Skip to content

Commit

Permalink
chore: sync with the repository template
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 21, 2021
1 parent 74101c4 commit 6468951
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 70 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"schedule": ["every weekend"],
"labels": ["dependencies"],
"separateMajorMinor": "false",
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "devDependencies",
"semanticCommitType": "chore",
"automerge": true
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "dependencies",
"semanticCommitType": "fix"
}
],
"postUpgradeTasks": {
"commands": ["pnpm install"],
"fileFilters": ["pnpm-lock.yaml"]
}
}
70 changes: 0 additions & 70 deletions .github/workflows/bump_deps.yml

This file was deleted.

0 comments on commit 6468951

Please sign in to comment.