Skip to content

Commit

Permalink
Include GitHub action version in Dependabot setup
Browse files Browse the repository at this point in the history
Extend Dependabot setup to also bump GitHub actions.

Signed-off-by: Matthias Diester <[email protected]>
  • Loading branch information
HeavyWombat committed Mar 4, 2024
1 parent 1cc8b1c commit 2d1ee73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ updates:
- dependency-name: github.com/tektoncd/pipeline
- dependency-name: k8s.io/*
- dependency-name: sigs.k8s.io/*
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: "06:00"
labels:
- kind/dependency-change
- release-note-none
open-pull-requests-limit: 10

0 comments on commit 2d1ee73

Please sign in to comment.