Skip to content

Commit

Permalink
Add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed May 7, 2024
1 parent 0392df0 commit 7c15765
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: gradle
target-branch: main
directory: /
schedule:
interval: daily
time: '03:00'
timezone: Etc/UTC
labels:
- 'type: dependency-upgrade'
ignore:
- dependency-name: org.webjars*
- dependency-name: mysql:mysql-connector-java
update-types:
- version-update:semver-major
- version-update:semver-minor

0 comments on commit 7c15765

Please sign in to comment.