Skip to content

Commit 35c0603

Browse files
authored
Merge pull request #914 from nextcloud/chore/noid/depsMgmtConfig
ci(dependabot): add npm updates for stable branches
2 parents 33213b3 + fd28261 commit 35c0603

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,58 @@ updates:
2323
cooldown:
2424
default-days: 10
2525
open-pull-requests-limit: 5
26+
- package-ecosystem: npm
27+
directory: "/"
28+
schedule:
29+
interval: weekly
30+
day: saturday
31+
time: "03:00"
32+
timezone: Europe/Paris
33+
cooldown:
34+
default-days: 10
35+
open-pull-requests-limit: 5
36+
- package-ecosystem: npm
37+
directory: "/"
38+
schedule:
39+
interval: weekly
40+
day: saturday
41+
time: "03:00"
42+
timezone: Europe/Paris
43+
cooldown:
44+
default-days: 10
45+
target-branch: stable34
46+
open-pull-requests-limit: 5
47+
ignore:
48+
# do not do breaking changes on stable branches
49+
- dependency-name: "*"
50+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
51+
- package-ecosystem: npm
52+
directory: "/"
53+
schedule:
54+
interval: weekly
55+
day: saturday
56+
time: "03:00"
57+
timezone: Europe/Paris
58+
cooldown:
59+
default-days: 10
60+
target-branch: stable33
61+
open-pull-requests-limit: 5
62+
ignore:
63+
# do not do breaking changes on stable branches
64+
- dependency-name: "*"
65+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
66+
- package-ecosystem: npm
67+
directory: "/"
68+
schedule:
69+
interval: weekly
70+
day: saturday
71+
time: "03:00"
72+
timezone: Europe/Paris
73+
cooldown:
74+
default-days: 10
75+
target-branch: stable32
76+
open-pull-requests-limit: 5
77+
ignore:
78+
# do not do breaking changes on stable branches
79+
- dependency-name: "*"
80+
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 commit comments

Comments
 (0)