aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1db6b49e..7af131a5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,7 +3,7 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
- interval: daily
+ interval: "weekly"
open-pull-requests-limit: 10
groups:
development:
@@ -11,5 +11,9 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
- interval: daily
+ interval: "weekly"
open-pull-requests-limit: 10
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"