Skip to content

Commit

Permalink
chore: 🤖 add Renovate
Browse files Browse the repository at this point in the history
add Renovate
  • Loading branch information
tal-rofe committed Aug 15, 2023
1 parent 5b6231e commit d1f460a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"./CHANGELOG.md",
"./.vscode",
"./.github",
".gitignore"
"./.gitignore",
"./renovate.json"
],
"words": ["knip", "commitlint", "inflint", "Rofe", "czvinyl", "exlint"]
}
29 changes: 29 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":semanticCommitTypeAll(chore)", ":semanticCommitScopeDisabled"],
"regexManagers": [
{
"fileMatch": ["^(\\.github\\/workflows)\\/[^/]+\\.yaml$"],
"matchStrings": [
"pnpm-version: (?<currentValue>.*)",
"package-manager-version: (?<currentValue>.*)"
],
"depNameTemplate": "pnpm",
"datasourceTemplate": "npm"
},
{
"fileMatch": ["^(\\.github\\/workflows)\\/[^/]+\\.yaml$"],
"matchStrings": ["node-version: (?<currentValue>.*)"],
"depNameTemplate": "node",
"datasourceTemplate": "node",
"versioningTemplate": "node"
}
],
"packageRules": [
{
"updateTypes": ["minor", "patch"],
"automerge": true
}
],
"commitMessageAction": "🤖 Update"
}

0 comments on commit d1f460a

Please sign in to comment.