Skip to content

Commit b9037bf

Browse files
Merge pull request #5234 from cloudfoundry/update-dependabot
https://github.com/cloudfoundry/stratos/security/dependabotUpdate Dependabot to reduce spam
2 parents 93c8a16 + 8c9f141 commit b9037bf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,29 @@
22

33
version: 2
44

5+
# Disable Dependabot during Angular
56
updates:
67
- package-ecosystem: "npm"
78
directory: "/"
89
schedule:
9-
interval: "daily"
10+
interval: "weekly"
11+
open-pull-requests-limit: 0 # Angular v14 tree depracated, being updated to v20/v21
1012

1113
- package-ecosystem: "npm"
1214
directory: "/electron"
1315
schedule:
14-
interval: "daily"
16+
interval: "weekly"
17+
open-pull-requests-limit: 0 # Electron app deprecated
1518

1619
- package-ecosystem: "npm"
1720
directory: "/website"
1821
schedule:
19-
interval: "daily"
22+
interval: "weekly"
23+
open-pull-requests-limit: 0 # Website being refactored
2024

2125
- package-ecosystem: "gomod"
2226
directory: "src/jetstream/"
2327
schedule:
24-
interval: "daily"
28+
interval: "weekly"
29+
open-pull-requests-limit: 0 # GoLang CVE updates being done as part of refactor
2530

0 commit comments

Comments
 (0)