Skip to content

Commit 1ba8d74

Browse files
committed
fix(stale): don't include renovate pr's
1 parent 8bf638b commit 1ba8d74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automate-stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
days-before-issue-stale: 60
1919
days-before-issue-close: 7
2020
exempt-issue-labels: after-vacations,will-fix
21+
exempt-pr-labels: dependencies
2122
stale-issue-label: stale
2223
stale-pr-message: >
2324
This PR has been automatically marked as stale because it has not had
@@ -28,4 +29,4 @@ jobs:
2829
days-before-pr-close: 7
2930
exempt-pr-labels: after-vacations,will-fix
3031
stale-pr-label: stale
31-
operations-per-run: 100
32+
operations-per-run: 100

0 commit comments

Comments
 (0)