diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c795c45 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + groups: + # Group all GitHub Actions PRs into a single PR: + all-github-actions: + patterns: + - "*" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 100 + labels: + - "dependencies" + - "github-actions"