Skip to content

Commit

Permalink
chore: renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Aug 31, 2024
1 parent be85acb commit b9b40da
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ indent_size = 2
[*.rb]
indent_size = 2

[*.{js,json}]
[*.{js,json,json5}]
indent_size = 2

[*.md]
Expand Down
25 changes: 25 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended", ":disableDependencyDashboard"],
baseBranches: ["main"],
lockFileMaintenance: {
enabled: true,
automerge: true,
},
packageRules: [
{
matchUpdateTypes: ["major", "minor", "patch"],
automerge: true,
},
{
matchManagers: ["github-actions"],
matchUpdateTypes: ["major", "minor", "patch", "digest"],
automerge: true,
},
{
matchPackageNames: ["bpy"],
rangeStrategy: "in-range-only",
automerge: true,
},
],
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
!/.gitattributes
!/.github/*.yaml
!/.github/*.yml
!/.github/renovate.json5
!/.github/workflows/*.yml
!/.gitignore
!/.gitmodules
Expand Down

0 comments on commit b9b40da

Please sign in to comment.