Skip to content

Commit

Permalink
ci: make dependabot ignore edc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Sep 17, 2024
1 parent 77cee7e commit 707dc45
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly" # default = monday
open-pull-requests-limit: 5
interval: "weekly"
labels:
- "dependencies"
- "github_actions"

# maintain dependencies for Gradle
- package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts)
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
labels:
- "dependencies"
- "java"
ignore:
- dependency-name: "org.eclipse.edc:edc-versions"
- dependency-name: "org.eclipse.edc:*"

0 comments on commit 707dc45

Please sign in to comment.