Skip to content

Commit

Permalink
extends Dependabot to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL authored Feb 20, 2024
1 parent f731563 commit 098572e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,18 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
interval: monthly
day: monday
groups:
all:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
day: monday
groups:
all:
patterns:
- "*"

0 comments on commit 098572e

Please sign in to comment.