Skip to content

Commit

Permalink
Update and rename renovate.json to renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed May 11, 2024
1 parent 47c728c commit 039a3ed
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

32 changes: 32 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:base",
":semanticCommitsDisabled"
],
commitBodyTable: true,
labels: ["dependencies"],
assignees: ["hoc081098"],
reviewers: ["hoc081098"],
automerge: true,
platformAutomerge: true,
platformCommit: true,
assignAutomerge: true,
rebaseWhen: "conflicted",
ignoreDeps: [
],
packageRules: [
{
matchPackagePatterns: [
"*"
],
matchUpdateTypes: [
"major",
"minor",
"patch"
],
groupName: "all dependencies",
groupSlug: "all-deps"
}
]
}

0 comments on commit 039a3ed

Please sign in to comment.