Skip to content

Commit 3cd40ab

Browse files
authored
Merge branch 'main' into renovate/logback-monorepo
2 parents c16fa9c + e5bff8b commit 3cd40ab

File tree

16 files changed

+574
-441
lines changed

16 files changed

+574
-441
lines changed

.github/renovate.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,38 @@
5353
]
5454
},
5555
{
56-
"description": "Always open PRs immediately for Renovate GitHub Action updates",
56+
"description": "Always open PRs immediately and prioritize Renovate GitHub Action updates",
5757
"matchManagers": [
5858
"github-actions"
5959
],
6060
"matchPackageNames": [
6161
"renovatebot/github-action"
6262
],
6363
"prCreation": "immediate",
64+
"prPriority": 100,
65+
"stabilityDays": 0,
6466
"minimumReleaseAge": "0 days",
6567
"schedule": [
6668
"at any time"
6769
]
70+
},
71+
{
72+
"description": "Automerge safe GitHub Actions patch updates",
73+
"matchManagers": [
74+
"github-actions"
75+
],
76+
"matchUpdateTypes": [
77+
"patch"
78+
],
79+
"automerge": true,
80+
"automergeType": "pr"
81+
},
82+
{
83+
"description": "Require dashboard approval for major updates",
84+
"matchUpdateTypes": [
85+
"major"
86+
],
87+
"dependencyDashboardApproval": true
6888
}
6989
]
70-
}
90+
}

.github/workflows/renovate.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

codefresh.yml

Lines changed: 0 additions & 107 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<logback.version>1.5.26</logback.version>
9191

9292
<!-- test -->
93-
<junit.version>6.0.1</junit.version>
93+
<junit.version>6.0.2</junit.version>
9494
<hamcrest.version>3.0</hamcrest.version>
9595

9696
<!-- plugin -->

0 commit comments

Comments
 (0)