Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec088c73e9 | |||
| 5829cf8b05 | |||
| 42da5a26e3 |
@@ -0,0 +1,14 @@
|
||||
name: Renovate
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: renovatebot/github-action@v40.3.0
|
||||
with:
|
||||
configurationFile: renovate.json
|
||||
renovate-json5: true
|
||||
@@ -90,7 +90,7 @@ roleRef:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: headlamp
|
||||
namespace: headlamp
|
||||
namespace: <your-namespace>
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Generated
+672
-670
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user