Skip to content

Commit

Permalink
[MAINTENANCE] Remove dependabot for not root modules
Browse files Browse the repository at this point in the history
Github Action runs for all configurations but since there are all deps exlcuded and dependabot should pick only submodules inside reactor then other submodules should be also excluded
  • Loading branch information
alien11689 committed Jan 25, 2025
1 parent ccb19a0 commit a5c6a9e
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,46 +41,3 @@ updates:
versions:
- ">=5.0.0" # does not support java 8

- 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: "/subsystem/subsystem-scope-api"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
- package-ecosystem: "maven"
directory: "/subsystem/subsystem-scope-impl"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
- package-ecosystem: "maven"
directory: "/subsystem/subsystem-scope-itests"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
- package-ecosystem: "maven"
directory: "/tutorials"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"

0 comments on commit a5c6a9e

Please sign in to comment.