summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2024-01-25 00:12:18 +0100
committerGitHub <noreply@github.com>2024-01-24 23:12:18 +0000
commitf5d101cea4809cd0eda44b7c8a199413c2e9d018 (patch)
tree53e03bad526497fc7dc3a09c7bf5a7d39703dbe2
parentdcca9681e2993f6662a9774e7cffd10397bfa4a4 (diff)
Keep GitHub Actions up to date with Dependabot (#1868)
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..b5892454
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: github-actions
+ directory: /
+ groups:
+ GitHub_Actions:
+ patterns:
+ - "*" # open a single pull request to update all actions
+ schedule:
+ interval: weekly