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 1, 2024
1 parent 0ca3792 commit af3b087
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 @@ -13,3 +13,11 @@ updates:
- dependency-name: github.com/tektoncd/pipeline
- dependency-name: k8s.io/*
- dependency-name: sigs.k8s.io/*
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels:
- kind/dependency-change
- release-note-none
open-pull-requests-limit: 10

0 comments on commit af3b087

Please sign in to comment.