mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-14 07:26:45 +00:00
Renovate: Slightly tweak config
ref - Use best-practices instead of recommended as its the newer default - Don't rate limit, just slam us - Use branch merges over PRs where told to - Pin all deps not just dev ones - Everything else that was removed is now just included via `config:best-practices`
This commit is contained in:
11
.github/renovate.json5
vendored
11
.github/renovate.json5
vendored
@@ -1,16 +1,13 @@
|
||||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
extends: [
|
||||
":enableRenovate",
|
||||
"config:recommended",
|
||||
":dependencyDashboard",
|
||||
"config:best-practices",
|
||||
":disableRateLimiting",
|
||||
":automergeBranch",
|
||||
":pinDependencies",
|
||||
":separatePatchReleases",
|
||||
"docker:pinDigests",
|
||||
],
|
||||
enabled: true,
|
||||
dependencyDashboard: true,
|
||||
suppressNotifications: ["prIgnoreNotification"],
|
||||
automergeType: "branch",
|
||||
packageRules: [
|
||||
{
|
||||
description: "Auto-merge initial digest pinning",
|
||||
|
||||
Reference in New Issue
Block a user