Compare commits
2 commits
2f95ca6510
...
ed3f8ecd87
| Author | SHA1 | Date | |
|---|---|---|---|
| ed3f8ecd87 | |||
|
2a576495da |
2 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,11 @@
|
|||
":ignoreUnstable",
|
||||
":disableRateLimiting",
|
||||
":rebaseStalePrs",
|
||||
":label(renovate)"
|
||||
":label(renovate)",
|
||||
|
||||
// a lot of packages do not support skipping major versions
|
||||
// with this option renovate creates a pr from the current version to each newer version
|
||||
":separateMultipleMajorReleases"
|
||||
],
|
||||
"semanticCommits": "disabled",
|
||||
"ignorePaths": [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue