Skip to content

Commit

Permalink
Auto-update dependencies inside our Github Actions workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Jan 25, 2024
1 parent 2e383d8 commit 83300d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See the documentation at
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Update actions used by .github/workflows in this repository.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions-org: # Groups all Github-authored actions into a single PR.
patterns: ["actions/*"]

0 comments on commit 83300d7

Please sign in to comment.