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.
2 parents b8ddac7 + a3ce403 commit 38ae857Copy full SHA for 38ae857
.github/renovate.json5
@@ -74,12 +74,18 @@
74
],
75
groupName: 'github-actions',
76
},
77
+ {
78
+ description: 'Disable all cert-manager related dependencies',
79
+ matchDatasources: ['go'],
80
+ matchPackageNames: ['/^github.com/cert-manager/'],
81
+ allowedVersions: ['!/0.0.0/'],
82
+ enabled: false,
83
+ },
84
85
ignorePaths: [
86
'**/vendor/**',
87
'**/node_modules/**',
88
'**/__tests__/**',
- '**/test/**',
89
'.github/workflows/govulncheck.yaml',
90
'.github/workflows/make-self-upgrade.yaml',
91
'.github/dependabot.yaml',
.github/workflows/renovate.yaml
@@ -1,6 +1,8 @@
1
name: Renovate
2
on:
3
workflow_dispatch:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
jobs:
7
renovate:
8
runs-on: ubuntu-latest
0 commit comments