Skip to content

Commit f2690f0

Browse files
committed
chore: disable drone for renovate/dependabot
Disable running pipeline for renovate/dependabot pull requests. Signed-off-by: Noel Georgi <[email protected]>
1 parent cb072a4 commit f2690f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.drone.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
33
#
4-
# Generated on 2022-09-05T17:11:08Z by kres 871f67c.
4+
# Generated on 2022-09-15T15:20:15Z by kres 430a0da.
55

66
kind: pipeline
77
type: kubernetes
@@ -294,6 +294,12 @@ volumes:
294294
temp:
295295
medium: memory
296296

297+
trigger:
298+
branch:
299+
exclude:
300+
- renovate/*
301+
- dependabot/*
302+
297303
---
298304
kind: pipeline
299305
type: kubernetes

0 commit comments

Comments
 (0)