Skip to content

Commit

Permalink
Enable dependabot on github actions
Browse files Browse the repository at this point in the history
This will enable dependabot to update actions when there
is new version available
  • Loading branch information
piyush-garg authored and tekton-robot committed Mar 26, 2024
1 parent 687f014 commit 4335b67
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 @@ -21,3 +21,12 @@ updates:
- "dependencies"
- "release-note-none"
- "kind/misc"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "ok-to-test"
- "dependencies"
- "release-note-none"
- "kind/misc"

0 comments on commit 4335b67

Please sign in to comment.