Skip to content

Commit a4afb6a

Browse files
committed
ci(dependabot): Replace unsupported anchors with multi-ecosystem-groups.
1 parent d85a7db commit a4afb6a

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
---
22
version: 2
3-
.common: &common
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
day: saturday
8-
time: "11:00"
9-
timezone: Europe/Brussels
10-
open-pull-requests-limit: 10
3+
multi-ecosystem-groups:
4+
deps:
5+
schedule:
6+
interval: "weekly"
7+
day: "saturday"
8+
time: "11:00"
9+
timezone: "Europe/Brussels"
1110
updates:
12-
- package-ecosystem: bundler
13-
<<: *common
14-
- package-ecosystem: npm
15-
<<: *common
16-
- package-ecosystem: docker
17-
<<: *common
18-
- package-ecosystem: docker-compose
19-
<<: *common
20-
- package-ecosystem: github-actions
21-
<<: *common
11+
- package-ecosystem: "bundler"
12+
directory: "/"
13+
multi-ecosystem-group: "deps"
14+
- package-ecosystem: "npm"
15+
directory: "/"
16+
multi-ecosystem-group: "deps"
17+
- package-ecosystem: "docker"
18+
directory: "/"
19+
multi-ecosystem-group: "deps"
20+
- package-ecosystem: "docker-compose"
21+
directory: "/"
22+
multi-ecosystem-group: "deps"
23+
- package-ecosystem: "github-actions"
24+
directory: "/"
25+
multi-ecosystem-group: "deps"

0 commit comments

Comments
 (0)