Merge remote-tracking branch 'origin/custom' into custom
# Conflicts: # apps/movie-pilot/2.8.0/data.yml
This commit is contained in:
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
@@ -7,7 +7,7 @@
|
||||
"rebaseWhen": "never",
|
||||
"prConcurrentLimit": 20,
|
||||
"automerge": true,
|
||||
"automergeType": "pr",
|
||||
"automergeType": "branch",
|
||||
"platformAutomerge": true,
|
||||
"enabledManagers": [
|
||||
"docker-compose",
|
||||
@@ -31,6 +31,15 @@
|
||||
"**/minio/2025-04-22/**"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"patch",
|
||||
"minor"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"ignoreTests": true
|
||||
},
|
||||
{
|
||||
"matchFileNames": [
|
||||
"apps/postgresql/pg*/*.yml"
|
||||
|
||||
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@6927a58a017ee9ac468a34a5b0d2a9a9bd45cac3 # v43.0.11
|
||||
uses: renovatebot/github-action@f8af9272cd94a4637c29f60dea8731afd3134473 # v43.0.12
|
||||
with:
|
||||
useSlim: false
|
||||
token: ${{ secrets.GITHUBTOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user