Skip to content

Commit 935df76

Browse files
authored
feat: configure bots to manage dependency updates (#223)
1 parent 8242982 commit 935df76

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
lines changed

.github/dependabot.yml

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

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>ExpediaGroup/renovate-config"
5+
],
6+
"includePaths": [
7+
"customizations/**",
8+
"examples/**",
9+
".github/workflows/**"
10+
],
11+
"enabledManagers": [
12+
"maven",
13+
"github-actions"
514
]
615
}

0 commit comments

Comments
 (0)