Skip to content

Commit 1ecfa1b

Browse files
committed
chore: switch to platform-managed renovate
1 parent 5db203d commit 1ecfa1b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"github>grafana/sm-renovate//presets/go.json5",
77
"github>grafana/sm-renovate//presets/grafana-build-tools.json5"
88
],
9+
"ignorePresets": [
10+
"github>grafana/grafana-renovate-config//presets/shared-workflows",
11+
"github>grafana/grafana-renovate-config//presets/automerge"
12+
],
913
"packageRules": [
1014
{
1115
// The default "docker" versioning will try to restrict upgrades to versions that do not change everything after

.github/workflows/renovate.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: Self-hosted Renovate
1+
name: Self-hosted Renovate (Deprecated)
22

33
on:
4-
schedule:
5-
- cron: "10 */4 * * *"
64
workflow_dispatch:
75

86
permissions:

0 commit comments

Comments
 (0)