diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a72ccb9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + # Keep GitHub Actions (including the SHA-pinned ones) up to date. + # Dependabot bumps the pinned commit SHA and rewrites the `# vX` comment. + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + # Wait before adopting freshly-published releases (supply-chain hardening). + cooldown: + default-days: 7 + commit-message: + prefix: "chore" + groups: + actions: + patterns: + - "*"