Skip to content

Commit 9accfba

Browse files
authored
Merge pull request #2069 from EliahKagan/imara-diff
Get only patch version updates to `imara-diff`
2 parents 8007f1d + 770db9c commit 9accfba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ updates:
99
prefix: ''
1010
allow:
1111
- dependency-type: all
12+
ignore:
13+
# Keep imara-diff at 0.1.* for now (see comments in #2068).
14+
- dependency-name: imara-diff
15+
update-types:
16+
- 'version-update:semver-major'
17+
- 'version-update:semver-minor'
1218
groups:
1319
cargo:
1420
patterns: ['*']

0 commit comments

Comments
 (0)