Skip to content

Commit c3cbbde

Browse files
authored
ci: use codesphere renovate go-config (#188)
* ci: use codesphere renovate go-config * chore(docs): Auto-update docs and licenses Signed-off-by: joka134 <27293650+joka134@users.noreply.github.com> --------- Signed-off-by: joka134 <27293650+joka134@users.noreply.github.com>
1 parent 9a2231f commit c3cbbde

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ License URL: https://github.com/go-git/gcfg/blob/3a3c6141e376/LICENSE
125125

126126
----------
127127
Module: github.com/go-git/go-billy/v5
128-
Version: v5.7.0
128+
Version: v5.8.0
129129
License: Apache-2.0
130-
License URL: https://github.com/go-git/go-billy/blob/v5.7.0/LICENSE
130+
License URL: https://github.com/go-git/go-billy/blob/v5.8.0/LICENSE
131131

132132
----------
133133
Module: github.com/go-git/go-git/v5

pkg/tmpl/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ License URL: https://github.com/go-git/gcfg/blob/3a3c6141e376/LICENSE
125125

126126
----------
127127
Module: github.com/go-git/go-billy/v5
128-
Version: v5.7.0
128+
Version: v5.8.0
129129
License: Apache-2.0
130-
License URL: https://github.com/go-git/go-billy/blob/v5.7.0/LICENSE
130+
License URL: https://github.com/go-git/go-billy/blob/v5.8.0/LICENSE
131131

132132
----------
133133
Module: github.com/go-git/go-git/v5

renovate.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:best-practices",
5-
":enableVulnerabilityAlerts"
6-
],
7-
8-
"packageRules": [
9-
{
10-
"matchDatasources": ["golang-version"],
11-
"rangeStrategy": "bump"
12-
}
13-
],
14-
15-
"postUpdateOptions": [
16-
"gomodTidy"
17-
]
3+
"extends": ["github>codesphere-cloud/renovate-config:go-config"]
184
}

0 commit comments

Comments
 (0)