forked from deepStateMirrors/tabi
👷 misc(deps): replace local release script w/ git submodule
This commit is contained in:
parent
7ceada974b
commit
66239bee01
3 changed files with 13 additions and 1 deletions
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended", ":automergeMinor", ":disableDependencyDashboard"],
|
||||
"commitMessageAction": "chore(deps): update",
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageAction": "chore(deps): update",
|
||||
"commitMessageTopic": "{{{depName}}}",
|
||||
"labels": ["dependencies"],
|
||||
"git-submodules": {
|
||||
"enabled": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"updateTypes": ["pin"],
|
||||
|
@ -16,6 +20,10 @@
|
|||
{
|
||||
"updateTypes": ["rollback"],
|
||||
"commitMessagePrefix": "⬇️"
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["scripts/release/**"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "scripts/release"]
|
||||
path = scripts/release
|
||||
url = https://github.com/welpo/release.git
|
1
scripts/release
Submodule
1
scripts/release
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ce09cfa381fd57703a90bd045c410e76c7970f9f
|
Loading…
Add table
Add a link
Reference in a new issue