Skip to content

Commit 7fb93f5

Browse files
committed
feat: use kres for github actions
Use kres to manage GitHub actions. Signed-off-by: Noel Georgi <[email protected]>
1 parent 08d09f5 commit 7fb93f5

File tree

10 files changed

+575
-225
lines changed

10 files changed

+575
-225
lines changed

.conform.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2+
#
3+
# Generated on 2025-04-09T12:06:20Z by kres d903dae.
4+
15
policies:
26
- type: commit
37
spec:
@@ -17,12 +21,21 @@ policies:
1721
body:
1822
required: true
1923
conventional:
20-
types: ["chore","docs","perf","refactor","style","test","release"]
21-
scopes: [".*"]
24+
types:
25+
- chore
26+
- docs
27+
- perf
28+
- refactor
29+
- style
30+
- test
31+
- release
32+
scopes:
33+
- .*
2234
- type: license
2335
spec:
2436
skipPaths:
2537
- .git/
38+
- testdata/
2639
includeSuffixes:
2740
- .go
2841
excludeSuffixes:

.drone.yml

Lines changed: 0 additions & 215 deletions
This file was deleted.

.github/renovate.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.",
4+
"prHeader": "Update Request | Renovate Bot",
5+
"extends": [
6+
":dependencyDashboard",
7+
":gitSignOff",
8+
":semanticCommitScopeDisabled",
9+
"schedule:earlyMondays"
10+
],
11+
"packageRules": [
12+
{
13+
"groupName": "dependencies",
14+
"matchUpdateTypes": [
15+
"major",
16+
"minor",
17+
"patch",
18+
"pin",
19+
"digest"
20+
]
21+
}
22+
],
23+
"separateMajorMinor": false
24+
}

0 commit comments

Comments
 (0)