diff --git a/NOTICE b/NOTICE index 584da72..c861e91 100644 --- a/NOTICE +++ b/NOTICE @@ -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 diff --git a/pkg/tmpl/NOTICE b/pkg/tmpl/NOTICE index 584da72..c861e91 100644 --- a/pkg/tmpl/NOTICE +++ b/pkg/tmpl/NOTICE @@ -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 diff --git a/renovate.json b/renovate.json index 73b155f..1486436 100644 --- a/renovate.json +++ b/renovate.json @@ -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"] }