ci: Revert "Group all Dependabot update into one PR (#5336)"
This reverts commit e019f83232.
This commit is contained in:
parent
ac5fb17937
commit
bb87afe0f6
1 changed files with 12 additions and 16 deletions
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
|
|
@ -1,26 +1,22 @@
|
||||||
version: 2
|
version: 2
|
||||||
multi-ecosystem-groups:
|
|
||||||
dependency:
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
target-branch: dev
|
|
||||||
labels: [ ]
|
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
multi-ecosystem-group: "dependency"
|
labels: []
|
||||||
directory: /
|
directory: /
|
||||||
patterns:
|
target-branch: dev
|
||||||
- "*"
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
multi-ecosystem-group: "dependency"
|
labels: []
|
||||||
directory: /
|
directory: /
|
||||||
patterns:
|
target-branch: dev
|
||||||
- "*"
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
|
||||||
- package-ecosystem: gradle
|
- package-ecosystem: gradle
|
||||||
multi-ecosystem-group: "dependency"
|
labels: []
|
||||||
directory: /
|
directory: /
|
||||||
patterns:
|
target-branch: dev
|
||||||
- "*"
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue