Skip to content

Commit

Permalink
Upgrade .github configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Aug 26, 2020
1 parent ce33885 commit 3ef9fad
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ updates:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: org.ow2.asm:asm
- dependency-name: org.eclipse.collections:eclipse-collections
versions:
- "> 5.0.4"
- ">= 10.a"
- dependency-name: org.eclipse.collections:eclipse-collections-api
versions:
- ">= 10.a"
- dependency-name: org.jenkins-ci.plugins:jackson2-api
versions:
- "> 2.11.1"
- dependency-name: com.fasterxml.jackson.core:jackson-databind
versions:
- "> 2.11.1"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 3ef9fad

Please sign in to comment.