Skip to content

Commit

Permalink
chore: check for package updates using dependabot monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
jlosito authored Aug 22, 2024
1 parent 9e89eec commit c52abc7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit c52abc7

Please sign in to comment.