Skip to content

Commit

Permalink
run dependabot workflow only on dependabot branches (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Jan 10, 2025
1 parent 83cd52e commit b4ff2c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/knative-dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: update-dependabot

on:
push:
branches:
- dependabot/**
pull_request:
branches:
- dependabot/**

permissions:
contents: write
Expand Down

0 comments on commit b4ff2c1

Please sign in to comment.