1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: set the Kind/Chore label on dependencies upgrades (#842)

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- other
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/842): <!--number 842 --><!--line 0 --><!--description Y2hvcmU6IHNldCB0aGUgS2luZC9DaG9yZSBsYWJlbCBvbiBkZXBlbmRlbmNpZXMgdXBncmFkZXM=-->chore: set the Kind/Chore label on dependencies upgrades<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/842
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-08-11 08:30:33 +00:00 committed by earl-warren
parent 7953ef9a4f
commit 592226943f
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -9,5 +9,6 @@
"separateMinorPatch": true "separateMinorPatch": true
} }
], ],
"labels": ["Kind/Chore"],
"ignorePaths": ["**/testdata/**", "**/node_modules/**"] "ignorePaths": ["**/testdata/**", "**/node_modules/**"]
} }