Skip to content

Commit 2179944

Browse files
committed
Child dep
1 parent 8c5197f commit 2179944

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

template/.github/dependabot.yml.jinja

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ updates:{% endraw %}{% if has_backend %}{% raw %}
99
time: "16:00"
1010
open-pull-requests-limit: 5
1111
ignore:
12+
- dependency-name: "*"
13+
update-types:
14+
- "version-update:semver-patch" # we don't want to be bothered with patch updates for anything except security updates
1215
- dependency-name: "boto3" # boto3 gets patch updates way too frequently and they're usually not important
1316
update-types:
1417
- "version-update:semver-patch"
@@ -34,6 +37,10 @@ updates:{% endraw %}{% if has_backend %}{% raw %}
3437
day: "wednesday"
3538
time: "12:00"
3639
open-pull-requests-limit: 5
40+
ignore:
41+
- dependency-name: "*"
42+
update-types:
43+
- "version-update:semver-patch" # we don't want to be bothered with patch updates for anything except security updates
3744
groups:
3845
prod-dependencies:
3946
dependency-type: "production"

0 commit comments

Comments
 (0)