diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..742cc81e1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,28 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "packageRules": [ + { + "matchDatasources": [ + "github-actions" + ], + "matchPackageNames": [ + "changesets/action" + ], + "matchUpdateTypes": [ + "digest" + ], + "enabled": false + } + ], + "packageRules": [ + { + "description": "Ignore changesets/action due to invalid commit SHA in release.yaml (workflow file is protected)", + "matchManagers": ["github-actions"], + "matchPackageNames": ["changesets/action"], + "enabled": false + } + ] +}