Skip to content

Commit

Permalink
Merge pull request #30 from jmesnil/enable_dependabot
Browse files Browse the repository at this point in the history
Enable dependabot update
  • Loading branch information
jmesnil committed Aug 9, 2023
2 parents 9b572ba + 3b6885b commit de3c8e5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/wildfly-jakartaee-ear-archetype/src/main/resources/archetype-resources/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/wildfly-jakartaee-webapp-archetype/src/main/resources/archetype-resources/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/wildfly-subsystem-archetype/src/main/resources/archetype-resources/"
schedule:
interval: weekly
open-pull-requests-limit: 10

0 comments on commit de3c8e5

Please sign in to comment.