Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: use padok-team renovate config (#20)
Browse files Browse the repository at this point in the history
It includes ":semanticPrefixFix" which tells renovate to use "fix"
instead of "deps" for its commit message.

This is required to trigger Release Please for new releases. For
example, the
#18
update did not triggered any release, which is an issue if you want to
update your providers
  • Loading branch information
dixneuf19 authored Feb 2, 2024
1 parent 0efa636 commit daec3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"local>padok-team/renovate-config"
]
}

0 comments on commit daec3f7

Please sign in to comment.