Skip to content

Commit 43c62e2

Browse files
committed
Add Renovate to automate Version Bumps
1 parent 61b36b1 commit 43c62e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,3 @@ updates:
1818
directory: "/"
1919
schedule:
2020
interval: "daily"
21-
22-
- package-ecosystem: "docker"
23-
directories:
24-
- "**/*"
25-
open-pull-requests-limit: 15
26-
schedule:
27-
interval: "daily"

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": ["config:base"],
3+
"enabledManagers": ["dockerfile"],
4+
"schedule": ["daily"],
5+
"labels": ["dependencies", "docker"],
6+
"prConcurrentLimit": 15
7+
}

0 commit comments

Comments
 (0)