Skip to content

Commit

Permalink
[MAINTENANCE] Skip dependabot for submodules without CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Jan 15, 2025
1 parent 9c5ff56 commit 5381594
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,29 @@ updates:
- dependency-name: "biz.aQute.bnd:biz.aQute.bndlib"
versions:
- ">=7.0.0"

- package-ecosystem: "maven"
directory: "/application"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
- package-ecosystem: "maven"
directory: "/samples"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
- package-ecosystem: "maven"
directory: "/sandbox"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
- package-ecosystem: "maven"
directory: "/tutorials"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"

0 comments on commit 5381594

Please sign in to comment.