Skip to content

Commit

Permalink
fix(dependabot): always increase deps
Browse files Browse the repository at this point in the history
We have to do this so that template-oss itself always gets updated when
new releases happen
  • Loading branch information
wraithgar committed Feb 2, 2022
1 parent f5deae0 commit fb441b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ updates:
interval: daily
allow:
- dependency-type: direct
versioning-strategy: increase-if-necessary
versioning-strategy: increase
commit-message:
prefix: deps
prefix-development: chore
labels:
- "dependencies"
- "Dependencies"
4 changes: 2 additions & 2 deletions lib/content/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ updates:
interval: daily
allow:
- dependency-type: direct
versioning-strategy: increase-if-necessary
versioning-strategy: increase
commit-message:
prefix: deps
prefix-development: chore
labels:
- "dependencies"
- "Dependencies"

0 comments on commit fb441b1

Please sign in to comment.