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: quipper/slack-notification-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fd495e5911b9ae661a20dc9ec90b0bdf8fcf3cc
Choose a base ref
..
head repository: quipper/slack-notification-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0a4bf0a173c9b4e447ff8022d14010aa63d00354
Choose a head ref
Showing with 5 additions and 1 deletion.
  1. +5 −1 .github/renovate.json5
6 changes: 5 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":automergeMinor",
":automergeDigest",
":labels(renovate,renovate/{{depName}})",
@@ -10,4 +10,8 @@
"helpers:pinGitHubActionDigests",
],
"platformAutomerge": false,
"labels": [
"renovate",
"renovate/{{depName}}",
],
}