Skip to content

Commit

Permalink
fix(dependabot): Add direct changes from dependabot.yml to dependabot…
Browse files Browse the repository at this point in the history
….template.yml
  • Loading branch information
tweis committed Apr 26, 2024
1 parent 25db647 commit df76ac4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ updates:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]
target-branch: main
reviewers:
- saschanowak
- paxuclus
- nlx-klein
labels:
- dependencies

Expand All @@ -29,6 +33,10 @@ updates:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
target-branch: main
reviewers:
- saschanowak
- paxuclus
- nlx-klein
labels:
- dependencies

Expand Down

0 comments on commit df76ac4

Please sign in to comment.