Skip to content

Commit

Permalink
Add configuration file for Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Dec 21, 2024
1 parent fd079d8 commit 38f1dd1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
# Configuration file for Dependabot
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
# https://github.com/dependabot/dependabot-core

version: 2

updates:

- package-ecosystem: maven
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
maven:
patterns:
- '*'

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
gh_actions:
patterns:
- '*'


0 comments on commit 38f1dd1

Please sign in to comment.