Skip to content

Commit

Permalink
Merge pull request #50 from jglick/dependabot
Browse files Browse the repository at this point in the history
Fixing `dependabot.yml`
  • Loading branch information
jglick committed Mar 13, 2023
2 parents 5e8bbf4 + 1472e6f commit 5f45083
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
ignore:
# maven core artifacts are provided by the running maven, do not update to prevent consuming something unavailable
- dependency-name: "org.apache.maven:*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: /
schedule:
interval: weekly
ignore:
# maven core artifacts are provided by the running maven, do not update to prevent consuming something unavailable
- dependency-name: org.apache.maven:*
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

0 comments on commit 5f45083

Please sign in to comment.