diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..2c99f8f --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboard": true, + "enabledManagers": ["dockerfile"], + "packageRules": [ + { + "pinDigests": true, + "matchUpdateTypes": [ + "major" + ], + "enabled": false + } + ] +} \ No newline at end of file