Skip to content

Commit

Permalink
Add dependabot config to automatically check the version of the actio…
Browse files Browse the repository at this point in the history
…ns once a month (#823)
  • Loading branch information
tmpolaczyk authored Jan 28, 2025
1 parent 532a12e commit 6625508
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
# Enable version updates for github-actions
- package-ecosystem: "github-actions"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a month
schedule:
interval: "monthly"
labels:
- "ci"
- "not-breaking"
- "B0-silent"
- "D2-notlive"

0 comments on commit 6625508

Please sign in to comment.