-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json5
26 lines (26 loc) · 1.1 KB
/
renovate.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"extends": [
":dependencyDashboard",
"config:best-practices",
":disableRateLimiting",
":semanticCommits",
"github>mirceanton/renovate-config//labels/all.json5",
"github>mirceanton/renovate-config//semantic-commits/all.json5",
"github>mirceanton/renovate-config//custom-managers/regex-yaml.json5",
"github>mirceanton/renovate-config//auto-merge/AUTOPILOT.json5" //! RENOVATE AUTOPILOT ENABLED
],
"ignorePaths": [
// Ignore files managed by cruft. Renovate will update them upstream and cruft will sync them here.
".github/workflows/cruft-sync.yaml",
".github/workflows/devcontainer-build.yaml",
".github/workflows/git-release.yaml",
".github/workflows/goreleaser.yaml",
".github/workflows/label-sync.yaml",
".github/workflows/labeler.yaml",
".github/workflows/lint.yaml",
".github/workflows/renovate.yaml",
".github/workflows/test-go.yaml"
]
}