mirror of https://github.com/knative/pkg.git
run dependabot workflow only on dependabot branches (#3133)
This commit is contained in:
parent
83cd52ed87
commit
b4ff2c14fb
|
@ -1,7 +1,12 @@
|
|||
name: update-dependabot
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dependabot/**
|
||||
pull_request:
|
||||
branches:
|
||||
- dependabot/**
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in New Issue