Commit 72b0136
authored
fix: correct dependabot ignore block indentation (#7)
The ignore stanza for the terraform package-ecosystem was incorrectly
nested under the schedule/patterns key. This moves it to the correct
scope as a direct property of the package-ecosystem entry, so that
dependabot properly applies the semver-major ignore rules.1 parent 89f8b2f commit 72b0136
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments