Skip to content

Commit

Permalink
Merge pull request #266 from ami-iit/add_dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
diegoferigo authored Oct 18, 2024
2 parents 54baf36 + 1440781 commit 03a2b01
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 @@
version: 2
updates:

# Check for updates to GitHub Actions every month.
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
# Disable rebasing automatically existing pull requests.
rebase-strategy: "disabled"
# Group updates to a single PR.
groups:
dependencies:
patterns:
- '*'

0 comments on commit 03a2b01

Please sign in to comment.