Skip to content

Commit 3582eeb

Browse files
authored
Merge pull request #414 from maxmind/claude/dependabot-gitsubmodule
STF-1287: Enable Dependabot for the tests/data submodule (STF-1290)
2 parents d36ad9d + be8c546 commit 3582eeb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,16 @@ updates:
2121
- github/codeql-action*
2222
cooldown:
2323
default-days: 7
24+
- package-ecosystem: gitsubmodule
25+
directory: /
26+
schedule:
27+
interval: weekly
28+
day: monday
29+
time: '14:00'
30+
cooldown:
31+
default-days: 7
32+
ignore:
33+
# libmaxminddb is pinned to release tags and compiled into our wheels.
34+
# Dependabot moves submodules to the latest commit on the tracked branch
35+
# when no newer tag exists, which would take us off release tags.
36+
- dependency-name: extension/libmaxminddb

0 commit comments

Comments
 (0)