Skip to content

Commit

Permalink
ci: tst
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed May 3, 2024
1 parent 482e283 commit 0415313
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
dryRun: 'full',
gitAuthor: 'Renovate Bot <renovate.bot@redkubes.com>',
onboarding: false,
platform: 'github',
repositories: ['redkubes/otomi-core'],
schedule: 'before 5am every weekday',
npm: { enabled: false },
enabledManagers: ['helmv3'],
helmv3: {
enabled: true,
registryAliases: { stable: 'https://charts.helm.sh/stable' },
commitMessageTopic: 'helm chart {{depName}}',
fileMatch: ['^chart/otomi-deps/Chart\\.yaml$'],
},
hostRules: [{ hostType: 'github', matchHost: 'github.com', token: process.env.RENOVATE_TOKEN }],
}
17 changes: 0 additions & 17 deletions .github/renovate.json

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
RENOVATE_PRIVATE_KEY: '${{ secrets.RENOVATE_PGP_PRIVATE_KEY }}'
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
with:
configurationFile: .github/renovate.json
configurationFile: .github/renovate.js
renovate-version: full
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand Down

0 comments on commit 0415313

Please sign in to comment.