diff --git a/{{ cookiecutter.package_name }}/.github/dependabot.yml b/{{ cookiecutter.package_name }}/.github/dependabot.yml new file mode 100644 index 0000000..fbc8442 --- /dev/null +++ b/{{ cookiecutter.package_name }}/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: ".github/workflows/" + target-branch: "main" + labels: + - automation + - dependencies + groups: + actions: + patterns: + - "*" + schedule: + interval: "monthly" + cooldown: + default-days: 7