Skip to content

Commit

Permalink
dev: enable Dependabot for Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora committed Aug 27, 2024
1 parent 761f360 commit 26afd5e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 5
- package-ecosystem: mix
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 5
groups:
mix-patches:
patterns:
Expand All @@ -17,7 +23,7 @@ updates:
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 5
groups:
npm-patches:
patterns:
Expand Down

0 comments on commit 26afd5e

Please sign in to comment.