Skip to content

Commit

Permalink
Add github-actions package manager (#1900)
Browse files Browse the repository at this point in the history
add github-actions package manager

This change adds github-actions package manager to the dependabot config
file to bump action versions.
  • Loading branch information
oraNod authored Jun 26, 2024
1 parent 9fc3738 commit 4b6eb8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ updates:
labels:
- "component:docs"
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "weekly"
labels:
- "dependencies"

0 comments on commit 4b6eb8d

Please sign in to comment.