Skip to content

Commit

Permalink
chore: set renovate skipStatusChecks global
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 8, 2023
1 parent 78c6c66 commit c809274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"extends": [
"config:recommended",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
"replacements:k8s-registry-move",
"security:openssf-scorecard",
":automergeBranch",
":automergeDigest",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":automergeDigest",
":automergeBranch",
":skipStatusChecks",
":timezone(America/New_York)",
"github>onedr0p/home-ops//.github/renovate/allowedVersions.json5",
"github>onedr0p/home-ops//.github/renovate/autoMerge.json5",
Expand All @@ -20,8 +23,6 @@
"github>onedr0p/home-ops//.github/renovate/labels.json5",
"github>onedr0p/home-ops//.github/renovate/packageRules.json5",
"github>onedr0p/home-ops//.github/renovate/semanticCommits.json5",
"helpers:pinGitHubActionDigests",
"security:openssf-scorecard"
],
"onboarding": false,
"requireConfig": "optional",
Expand Down
2 changes: 0 additions & 2 deletions .github/renovate/autoMerge.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "Auto merge container digests",
"matchDatasources": ["docker"],
"automerge": true,
"ignoreTests": true,
"automergeType": "branch",
"matchUpdateTypes": ["digest"],
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p"]
Expand All @@ -15,7 +14,6 @@
"matchManagers": ["github-actions"],
"matchDatasources": ["github-tags"],
"automerge": true,
"ignoreTests": true,
"automergeType": "branch",
"matchUpdateTypes": ["minor", "patch"]
}
Expand Down

0 comments on commit c809274

Please sign in to comment.