Skip to content

Commit

Permalink
fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaUra committed Sep 19, 2024
1 parent 97766e5 commit 2fa0382
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@
"179370226+yutaura-bot[bot]@users.noreply.github.com"
],
"ignorePaths": ["**/node_modules/**", "**/bower_components/**"],
"rebaseWhen": "behind-base-branch"
"rebaseWhen": "behind-base-branch",
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 2fa0382

Please sign in to comment.