Skip to content

Commit

Permalink
Cleanup dependabot.yml and monthly updates
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya authored Dec 3, 2023
1 parent 3db198b commit f1e5b61
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@ version: 2
updates:
- package-ecosystem: maven
directory: "/"
#avoids loback 1.4 to keep compatibility with java 8
ignore:
- dependency-name: "ch.qos.logback*"
update-types: ["version-update:semver-minor"]
schedule:
interval: weekly
day: "friday"
interval: monthly
open-pull-requests-limit: 20

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: "friday"
interval: monthly
open-pull-requests-limit: 20

0 comments on commit f1e5b61

Please sign in to comment.