Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sous-chefs/jenkins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8545920706cc7348e11b2bb4cd94d6d109216067
Choose a base ref
..
head repository: sous-chefs/jenkins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bcaa34d80e87eac597936702772fb74578526be2
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 renovate.json
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [{
"packageRules": [
{
"groupName": "Actions",
"matchUpdateTypes": ["patch", "pin", "digest"],
"matchUpdateTypes": ["minor", "patch", "pin"],
"automerge": true,
"addLabels": ["Release: Patch", "Skip: Announcements"]
},