Skip to content

Commit

Permalink
Merge pull request #452 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
MohamedRejeb authored Dec 14, 2024
2 parents 53614a3 + 2503395 commit 42cfb2d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Dependabot configuration:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maintain dependencies for Gradle dependencies
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 42cfb2d

Please sign in to comment.