diff options
author | Vitaly Takmazov | 2024-01-31 17:00:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-01-31 17:00:52 +0300 |
commit | ce11e98ecd18dfc4dd376b141e5dfbfcdd57c8b6 (patch) | |
tree | 99ced0c54836617fc2356c28fc2d1dddcc744f57 | |
parent | 146ba2e1c7a56565873380cf80df9ee1880abb2f (diff) |
Dependabot: monitor github-actions ecosystem
-rw-r--r-- | .github/dependabot.yml | 8 |
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" |