diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..8421333 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,18 @@ +{ + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + ":dependencyDashboard", + ":semanticPrefixFixDepsChoreOthers", + ":ignoreModulesAndTests", + "workarounds:all", + 'helpers:pinGitHubActionDigestsToSemver', + ], + rangeStrategy: 'bump', + ignorePaths: ['**/node_modules/**'], + packageRules: [ + { + groupName: 'github-actions', + matchManagers: ['github-actions'], + }, + ], +}