Skip to content

Commit

Permalink
Merge pull request #1641 from wultra/issues/dependabot-gha
Browse files Browse the repository at this point in the history
Add dependabot configuration for github-actions
  • Loading branch information
banterCZ authored May 16, 2024
2 parents c77c1cd + 79a1f5e commit fb3dbd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ updates:
labels:
- "npm"
- "dependencies"
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"
labels:
- "github-actions"
- "dependencies"

0 comments on commit fb3dbd4

Please sign in to comment.