Skip to content

Commit ae305e7

Browse files
authored
Merge pull request #1524 from DependencyTrack/nscuro-patch-1
Scope dependabot.yml to 4.14.x branch only
2 parents 7acbe89 + aae3be9 commit ae305e7

1 file changed

Lines changed: 7 additions & 23 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
version: 2
22
updates:
3-
# Keep everything on the main branch up-to-date.
4-
- package-ecosystem: npm
5-
directory: /
6-
schedule:
7-
interval: daily
8-
cooldown:
9-
default-days: 7
10-
- package-ecosystem: docker
11-
directory: /docker
12-
schedule:
13-
interval: daily
14-
cooldown:
15-
default-days: 7
16-
- package-ecosystem: github-actions
17-
directory: /
18-
schedule:
19-
interval: daily
20-
cooldown:
21-
default-days: 7
22-
# Receive minor and patch updates on latest release branch.
23-
# Ignore minor releases for NPM since they may ship breaking
24-
# changes, and we don't have the test coverage in place to
25-
# detect that in CI.
263
- package-ecosystem: npm
274
target-branch: 4.14.x
285
directory: /
@@ -46,3 +23,10 @@ updates:
4623
- dependency-name: "*"
4724
update-types:
4825
- version-update:semver-major
26+
- package-ecosystem: github-actions
27+
target-branch: 4.14.x
28+
directory: /
29+
schedule:
30+
interval: daily
31+
cooldown:
32+
default-days: 7

0 commit comments

Comments
 (0)