Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ License URL: https://github.com/go-git/gcfg/blob/3a3c6141e376/LICENSE

----------
Module: github.com/go-git/go-billy/v5
Version: v5.7.0
Version: v5.8.0
License: Apache-2.0
License URL: https://github.com/go-git/go-billy/blob/v5.7.0/LICENSE
License URL: https://github.com/go-git/go-billy/blob/v5.8.0/LICENSE

----------
Module: github.com/go-git/go-git/v5
Expand Down
4 changes: 2 additions & 2 deletions pkg/tmpl/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ License URL: https://github.com/go-git/gcfg/blob/3a3c6141e376/LICENSE

----------
Module: github.com/go-git/go-billy/v5
Version: v5.7.0
Version: v5.8.0
License: Apache-2.0
License URL: https://github.com/go-git/go-billy/blob/v5.7.0/LICENSE
License URL: https://github.com/go-git/go-billy/blob/v5.8.0/LICENSE

----------
Module: github.com/go-git/go-git/v5
Expand Down
16 changes: 1 addition & 15 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":enableVulnerabilityAlerts"
],

"packageRules": [
{
"matchDatasources": ["golang-version"],
"rangeStrategy": "bump"
}
],

"postUpdateOptions": [
"gomodTidy"
]
"extends": ["github>codesphere-cloud/renovate-config:go-config"]
}