Skip to content

Commit

Permalink
fix: change dependabot to increase-if-necessary (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Mar 17, 2022
1 parent c07a300 commit f20fb37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
interval: daily
allow:
- dependency-type: direct
versioning-strategy: increase
versioning-strategy: increase-if-necessary
commit-message:
prefix: deps
prefix-development: chore
Expand Down
2 changes: 1 addition & 1 deletion lib/content/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
interval: daily
allow:
- dependency-type: direct
versioning-strategy: increase
versioning-strategy: increase-if-necessary
commit-message:
prefix: deps
prefix-development: chore
Expand Down
4 changes: 2 additions & 2 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ updates:
interval: daily
allow:
- dependency-type: direct
versioning-strategy: increase
versioning-strategy: increase-if-necessary
commit-message:
prefix: deps
prefix-development: chore
Expand Down Expand Up @@ -597,7 +597,7 @@ updates:
interval: daily
allow:
- dependency-type: direct
versioning-strategy: increase
versioning-strategy: increase-if-necessary
commit-message:
prefix: deps
prefix-development: chore
Expand Down

0 comments on commit f20fb37

Please sign in to comment.