run dependabot workflow only on dependabot branches (#3133)

This commit is contained in:
Dave Protasowski 2025-01-10 05:28:17 -05:00 committed by GitHub
parent 83cd52ed87
commit b4ff2c14fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
name: update-dependabot
on:
push:
branches:
- dependabot/**
pull_request:
branches:
- dependabot/**
permissions:
contents: write