Skip to content

Commit

Permalink
👷 misc(deps): replace local release script w/ git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Sep 24, 2024
1 parent 7ceada9 commit 66239be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand All @@ -16,6 +20,10 @@
{
"updateTypes": ["rollback"],
"commitMessagePrefix": "⬇️"
},
{
"matchFileNames": ["scripts/release/**"],
"automerge": true
}
]
}
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "scripts/release"]
path = scripts/release
url = https://github.com/welpo/release.git
1 change: 1 addition & 0 deletions scripts/release
Submodule release added at ce09cf

0 comments on commit 66239be

Please sign in to comment.