summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2024-04-15 16:51:34 +0200
committerGitHub <noreply@github.com>2024-04-15 22:51:34 +0800
commit944d8b3d865aea1365bc09723266938d61afb321 (patch)
tree822a6096f751b545b9caf4d9a5779f1cd98164d6 /.github
parent1ce0311c2337408a2450180a73a82d2946296148 (diff)
Keep GitHub Actions up to date with GitHub's Dependabot (#403)
* Keep GitHub Actions up to date with GitHub's Dependabot * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem) * Write changelog --------- Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6560351..c6dcf29 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,3 +9,13 @@ updates:
dependencies:
patterns:
- "*"
+ - package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: monthly
+ open-pull-requests-limit: 30
+ groups:
+ github-actions:
+ patterns:
+ - "*"
+