Skip to content

Commit

Permalink
dependabot: Extend to also monitor workflow actions
Browse files Browse the repository at this point in the history
Extend dependabot configuration to monitor workflow action versions

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
  • Loading branch information
ansasaki committed Jul 23, 2024
1 parent 2d2a2de commit d62b1b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ updates:
schedule:
interval: "daily"
versioning-strategy: lockfile-only
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit d62b1b0

Please sign in to comment.