Skip to content

Commit

Permalink
chore: Update Dependabot (#142)
Browse files Browse the repository at this point in the history
Resolves: 9322
  • Loading branch information
ThomasIent authored Jan 14, 2025
1 parent 8890f20 commit d916534
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,31 @@

version: 2
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
prefix: "build"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 5
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"
commit-message:
prefix: "ci"

- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "build"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "build"

0 comments on commit d916534

Please sign in to comment.