Skip to content

Commit 958d2a3

Browse files
committed
re-enable dependabot with 14-day cooldown
Rename .disabled configs back and add cooldown: default-days: 14
1 parent 5a8efb8 commit 958d2a3

2 files changed

Lines changed: 49 additions & 47 deletions

File tree

.github/dependabot.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gradle
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
open-pull-requests-limit: 5
9+
labels:
10+
- dependencies
11+
- no-release-notes
12+
ignore:
13+
- dependency-name: org.junit-pioneer:junit-pioneer
14+
versions:
15+
- '>=2.0.0'
16+
groups:
17+
gradle-minor:
18+
update-types:
19+
- minor
20+
- patch
21+
cooldown:
22+
default-days: 14
23+
- package-ecosystem: gradle
24+
directory: /build-logic
25+
schedule:
26+
interval: weekly
27+
day: monday
28+
open-pull-requests-limit: 5
29+
labels:
30+
- dependencies
31+
- no-release-notes
32+
groups:
33+
gradle-minor:
34+
update-types:
35+
- minor
36+
- patch
37+
cooldown:
38+
default-days: 14
39+
- package-ecosystem: github-actions
40+
directory: /
41+
schedule:
42+
interval: weekly
43+
day: monday
44+
open-pull-requests-limit: 5
45+
labels:
46+
- dependencies
47+
- no-release-notes
48+
cooldown:
49+
default-days: 14

.github/dependabot.yml.disabled

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)