Skip to content

Commit

Permalink
add sontatype plugin to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Apr 12, 2024
1 parent dc89eea commit 2f5f4f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ updates:
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
target-branch: "dev"
open-pull-requests-limit: 10
groups:
standard-plugins:
patterns:
- "org.codehaus.mojo:flatten-maven-plugin"
- "org.apache.maven.plugins*"
deploy-plugins:
patterns:
- "org.sonatype.central"
dependencies:
patterns:
- "org.apache.commons:commons-math3"
Expand Down

0 comments on commit 2f5f4f9

Please sign in to comment.