mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-24 21:07:11 -07:00
feat(ci): Configure weekly update of Actions and indirect Ruby dependencies
This commit is contained in:
parent
2d169ba9e0
commit
b5ac9edcac
1 changed files with 20 additions and 2 deletions
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
|
@ -5,7 +5,25 @@
|
|||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "bundler" # See documentation for possible values
|
||||
directory: "test" # Location of package manifests
|
||||
- package-ecosystem: "bundler"
|
||||
directory: "test"
|
||||
allow:
|
||||
- dependency-type: "all"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
# TODO: Can't we merge the two groups?
|
||||
test-dev-non-major:
|
||||
dependency-type: development
|
||||
update-types:
|
||||
- patch
|
||||
- minor
|
||||
test-prod-non-major:
|
||||
dependency-type: production
|
||||
update-types:
|
||||
- patch
|
||||
- minor
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue