Skip to content

Commit 361d7dc

Browse files
authored
Merge pull request #4287 from nextcloud/dartcafe-patch-1
Update Dependabot configuration for stable-7 branch
2 parents 71f47ed + 773abf0 commit 361d7dc

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,38 @@ updates:
3030
# master-7
3131
- package-ecosystem: npm
3232
directory: '/'
33-
target-branch: master-7
33+
target-branch: stable-7
3434
schedule:
3535
interval: weekly
3636
day: monday
3737
time: '02:00'
3838
timezone: Europe/Paris
3939
commit-message:
40-
prefix: '[master-7] '
40+
prefix: '[stable-7] '
4141
open-pull-requests-limit: 10
4242
ignore:
4343
- dependency-name: '*'
4444
update-types: ['version-update:semver-major']
4545

46+
- package-ecosystem: composer
47+
directory: '/'
48+
schedule:
49+
interval: weekly
50+
day: monday
51+
time: '02:00'
52+
timezone: Europe/Paris
53+
commit-message:
54+
prefix: '[stable-7] '
55+
open-pull-requests-limit: 10
56+
4657
- package-ecosystem: github-actions
4758
directory: '/'
48-
target-branch: master-7
59+
target-branch: stable-7
4960
schedule:
5061
interval: weekly
5162
day: monday
5263
time: '02:00'
5364
timezone: Europe/Paris
5465
commit-message:
55-
prefix: '[master-7] '
66+
prefix: '[stable-7] '
5667
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)