Skip to content

Commit 7fcb5b3

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

File tree

7 files changed

+474
-195
lines changed

7 files changed

+474
-195
lines changed

.conform.yaml

Lines changed: 14 additions & 3 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-09T14:21:53Z by kres d903dae.
4+
15
policies:
26
- type: commit
37
spec:
@@ -25,15 +29,22 @@ policies:
2529
- style
2630
- test
2731
- release
28-
scopes: [".*"]
32+
scopes:
33+
- .*
2934
- type: license
3035
spec:
3136
skipPaths:
3237
- .git/
38+
- testdata/
3339
includeSuffixes:
3440
- .go
35-
excludeSuffixes: []
36-
allowPrecedingComments: true
41+
excludeSuffixes:
42+
- .pb.go
43+
- _string.go
44+
- _enumer.go
45+
- _string_linux.go
46+
- zz_generated.conversion.go
47+
- zz_generated.deepcopy.go
3748
header: |
3849
// This Source Code Form is subject to the terms of the Mozilla Public
3950
// License, v. 2.0. If a copy of the MPL was not distributed with this

.drone.yml

Lines changed: 0 additions & 188 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)