mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 14:42:05 +00:00
Small Fix: Don't run Dependabot on protobufs (#6241)
This commit is contained in:
parent
f5e0e282b6
commit
a924b9d94a
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -19,6 +19,8 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
time: "05:00"
|
time: "05:00"
|
||||||
timezone: US/Pacific
|
timezone: US/Pacific
|
||||||
|
ignore:
|
||||||
|
- dependency-name: protobufs
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /.github/workflows
|
directory: /.github/workflows
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
Reference in New Issue
Block a user