diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..04a36484 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 + +updates: + # Keep the actions used in .github/workflows/ up to date. + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # Bundle all action bumps into one PR per run instead of one per action. + groups: + github-actions: + patterns: + - "*" + commit-message: + prefix: "CI"