Skip to content

Commit

Permalink
feat(templates): Add versioning-strategy to dependabot config of Co…
Browse files Browse the repository at this point in the history
…okiecutter templates
  • Loading branch information
edgarrmondragon committed Nov 19, 2024
1 parent eabc4d7 commit ba6daf6
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 258 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ updates:
update-types:
- "minor"
- "patch"
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ updates:
dependency-type: production
update-types:
- "patch"
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ updates:
dependency-type: production
update-types:
- "patch"
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ updates:
dependency-type: production
update-types:
- "patch"
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
Loading

0 comments on commit ba6daf6

Please sign in to comment.