We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db203d commit 1ecfa1bCopy full SHA for 1ecfa1b
.github/renovate.json5
@@ -6,6 +6,10 @@
6
"github>grafana/sm-renovate//presets/go.json5",
7
"github>grafana/sm-renovate//presets/grafana-build-tools.json5"
8
],
9
+ "ignorePresets": [
10
+ "github>grafana/grafana-renovate-config//presets/shared-workflows",
11
+ "github>grafana/grafana-renovate-config//presets/automerge"
12
+ ],
13
"packageRules": [
14
{
15
// The default "docker" versioning will try to restrict upgrades to versions that do not change everything after
.github/workflows/renovate.yaml
@@ -1,8 +1,6 @@
1
-name: Self-hosted Renovate
+name: Self-hosted Renovate (Deprecated)
2
3
on:
4
- schedule:
5
- - cron: "10 */4 * * *"
workflow_dispatch:
permissions:
0 commit comments