Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avgustinmm authored Jan 23, 2025
1 parent fbaa352 commit e608996
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
# Enable version updates for maven
- package-ecosystem: "maven"
# Look for a pom.xml everywhere
directory: "/"
# Check daily
schedule:
interval: "daily"
# Enable version updates for docker
- package-ecosystem: "docker"
# Look for Dockerfile in the /docker directory only
directory: "/docker"
# Check daily
schedule:
interval: "daily"

0 comments on commit e608996

Please sign in to comment.