Skip to content

Commit d1cffa8

Browse files
authored
fix: ENG-1451 Fixes for Dependabot (#287)
<!-- markdownlint-disable-next-line first-line-heading --> ## Description - Docker now targets tests. - Pip and Terraform updates are disabled and documented. - TypeScript >=7.0.0 updates are ignored. - Existing schedules and commit prefixes are preserved. --------- Signed-off-by: Nick Miles <7bzbaedz8d@snkmail.com>
1 parent 83f84f9 commit d1cffa8

1 file changed

Lines changed: 4 additions & 21 deletions

File tree

.github/dependabot.yaml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
updates:
44
- package-ecosystem: 'docker'
5-
directory: '/'
5+
directory: '/scripts/docker/tests'
66
schedule:
77
interval: 'daily'
88
cooldown:
@@ -21,27 +21,10 @@ updates:
2121
# Prefix all commit messages with "chore: "
2222
prefix: 'chore'
2323

24-
- package-ecosystem: 'npm'
25-
directory: '/'
26-
schedule:
27-
interval: 'daily'
28-
cooldown:
29-
default-days: 7
30-
commit-message:
31-
# Prefix all commit messages with "chore: "
32-
prefix: 'chore'
33-
34-
- package-ecosystem: 'pip'
35-
directory: '/'
36-
schedule:
37-
interval: 'daily'
38-
cooldown:
39-
default-days: 7
40-
commit-message:
41-
# Prefix all commit messages with "chore: "
42-
prefix: 'chore'
24+
# No Python dependency manifest is present. Enable this ecosystem when one is added.
25+
# No Terraform dependency manifest is present. Enable this ecosystem when one is added.
4326

44-
- package-ecosystem: 'terraform'
27+
- package-ecosystem: 'npm'
4528
directory: '/'
4629
schedule:
4730
interval: 'daily'

0 commit comments

Comments
 (0)