Compare commits

..

2 commits

Author SHA1 Message Date
70afa3cbb8 fix: update module git.smsvc.net/pomodoro/gotomato to v0.2.0 2024-11-10 15:49:59 +00:00
3f59c01f44 chore(renovate): make Go deps always a "chore"
- add package rules to specify semantic commit type for gomod

🤖
2024-11-10 16:48:39 +01:00

View file

@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>infrastructure/renovate-config" "local>infrastructure/renovate-config"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"semanticCommitType": "chore"
}
] ]
} }