Compare commits

..

2 Commits

Author SHA1 Message Date
ed8b36db87 chore: Add .gitignore to exclude .aider files and .env files
All checks were successful
renovate / renovate (push) Successful in 25s
2024-12-05 13:04:01 -05:00
d252b1abd9 chore: Update Renovate config file path in workflow configuration 2024-12-05 13:03:03 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/{{username}}/{{repo name}/config.js" # replace it with your config.js path RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.aider*
.env