Add github-actions package manager (#1900)

add github-actions package manager

This change adds github-actions package manager to the dependabot config
file to bump action versions.
This commit is contained in:
Don Naro
2024-06-26 20:52:28 +01:00
committed by GitHub
parent 9fc3738b53
commit 4b6eb8df05

View File

@@ -11,3 +11,13 @@ updates:
labels:
- "component:docs"
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "weekly"
labels:
- "dependencies"