Skip to content

Commit

Permalink
update dependabot configuration to feasible ones
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Mar 3, 2024
1 parent 25cdde4 commit ddbd655
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 99
groups:
all:
patterns:
- "*"
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 99
github-actions:
all:
patterns:
- "*"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 99
groups:
github-actions:
patterns:
- "*"

0 comments on commit ddbd655

Please sign in to comment.