Skip to content

Commit 38ae857

Browse files
Merge pull request #32 from hjoshi123/fix/renovate-multi-gomod
fix(ci): cron schedule and disabling self dependencies (v0.0.0)
2 parents b8ddac7 + a3ce403 commit 38ae857

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/renovate.json5

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,18 @@
7474
],
7575
groupName: 'github-actions',
7676
},
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+
},
7784
],
7885
ignorePaths: [
7986
'**/vendor/**',
8087
'**/node_modules/**',
8188
'**/__tests__/**',
82-
'**/test/**',
8389
'.github/workflows/govulncheck.yaml',
8490
'.github/workflows/make-self-upgrade.yaml',
8591
'.github/dependabot.yaml',

.github/workflows/renovate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Renovate
22
on:
33
workflow_dispatch:
4+
schedule:
5+
- cron: '0 0 * * *'
46
jobs:
57
renovate:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)