Skip to content

Commit

Permalink
Consolidate dependabot management (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Aug 29, 2024
1 parent 48e6214 commit b67f6e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
plugins:
patterns:
- "org.apache.maven.plugins:*"
- "com.github.eirslett:frontend-maven-plugin"
- "org.codehaus.mojo:*"
- "com.mycila:license-maven-plugin"
- "org.jacoco:jacoco-maven-plugin"
- "org.owasp:dependency-check-maven"
- "com.puppycrawl.tools:checkstyle"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin.version}</version>
</plugin>
Expand Down

0 comments on commit b67f6e4

Please sign in to comment.