Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdibernardo authored May 17, 2021
1 parent c5497ab commit ab4c9d4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Basic dependabot.yml file with
# minimum configuration for two package managers

version: 2
updates:
# Enable version updates for maven
- package-ecosystem: "java:maven"
# Look for `pom.xml` file in the `root` directory
directory: "/"
# Check the maven registry for updates every day (weekdays)
schedule:
interval: "daily"
target-branch: "development"

0 comments on commit ab4c9d4

Please sign in to comment.