diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..e185ce8a8f --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + "group:recommended", + ":disableDependencyDashboard" + ], + "enabledManagers": ["dockerfile"] +} diff --git a/renovate.json.license b/renovate.json.license new file mode 100644 index 0000000000..3034c0d74b --- /dev/null +++ b/renovate.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: the secureCodeBox authors + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file