Skip to content

Commit

Permalink
chore(TE-692): Use global renovate config for GPCORE
Browse files Browse the repository at this point in the history
  • Loading branch information
BirknerAlex committed Dec 12, 2023
1 parent b800966 commit f11dcc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ local_scripts_path=C:\Program Files\Cloudbase Solutions\Cloudbase-Init\LocalScri
default_log_levels=comtypes=INFO,suds=INFO,iso8601=WARN,requests=INFO
verbose=true
debug=true
```
```
18 changes: 1 addition & 17 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"groupName": "buf-build packages",
"groupSlug": "buf-build",
"matchDatasources": [
"go"
],
"matchPackagePrefixes": [
"buf.build/gen/go/gportal/gportal-cloud"
]
}
"github>G-PORTAL/gpcore-renovate"
]
}

0 comments on commit f11dcc8

Please sign in to comment.