mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "bundler" # See documentation for possible values
|
- package-ecosystem: "bundler"
|
||||||
directory: "test" # Location of package manifests
|
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:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue