Skip to content

Commit

Permalink
feat: dependabot for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphORama committed Oct 30, 2024
1 parent bfa550d commit 8e7fcc7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
assignees:
- "ralphorama"
schedule:
interval: "weekly"
time: "18:00"
timezone: "America/New_York"
commit-message:
prefix: "github actions"
- package-ecosystem: "npm"
directory: "/"
assignees:
- "ralphorama"
schedule:
interval: "monthly"
interval: "weekly"
time: "18:00"
timezone: "America/New_York"
groups:
Expand Down

0 comments on commit 8e7fcc7

Please sign in to comment.