mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
ci: configure renovate to use fix commits for Dockerfile in src
This commit is contained in:
parent
441142da6d
commit
c53d4439b9
1 changed files with 8 additions and 1 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
|
@ -5,5 +5,12 @@
|
|||
":timezone(Europe/Amsterdam)",
|
||||
":assignee(vidavidorra)"
|
||||
],
|
||||
"schedule": ["before 6am"]
|
||||
"schedule": ["before 6am"],
|
||||
"packageRules": [
|
||||
{
|
||||
"languages": ["dockerfile"],
|
||||
"paths": ["src/**/?(*.)Dockerfile"],
|
||||
"semanticCommitType": "fix"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue