Skip to content

Commit

Permalink
Update the Dependabot configuration
Browse files Browse the repository at this point in the history
We have been using the Dependabot preview for this project.

This commit updates the project to use the generally available version
of Dependabot.

Ref:
- https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts
  • Loading branch information
smaboshe committed Apr 25, 2024
1 parent aade185 commit 7ba66c8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
version: 2

updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
time: "02:00"
timezone: "Etc/UTC"

- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "02:00"
timezone: "Etc/UTC"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: "02:00"
timezone: "Etc/UTC"

0 comments on commit 7ba66c8

Please sign in to comment.