Skip to content

Commit

Permalink
ci: add "[skip pre-commit.ci]" to ensure renovate automerge isnt blocked
Browse files Browse the repository at this point in the history
Closes #126. Kinda Part of #138
  • Loading branch information
JonasPammer committed Sep 21, 2023
1 parent 7d97666 commit bfbe26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
{
matchUpdateTypes: ["minor", "patch", "pin", "digest", "pinDigest"],
automerge: true,
commitBody: "[skip pre-commit.ci]",
},
],
labels: ["kind/dependencies"],
Expand Down
1 change: 1 addition & 0 deletions {{ cookiecutter.project_slug }}/.github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
{
matchUpdateTypes: ["minor", "patch", "pin", "digest", "pinDigest"],
automerge: true,
commitBody: "[skip pre-commit.ci]",
},
],
labels: ["kind/dependencies"],
Expand Down

0 comments on commit bfbe26b

Please sign in to comment.