Compare commits
2 Commits
4bb60bfef7
...
ed8b36db87
| Author | SHA1 | Date | |
|---|---|---|---|
| ed8b36db87 | |||
| d252b1abd9 |
@@ -15,6 +15,6 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
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"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
|
||||
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.aider*
|
||||
.env
|
||||
Reference in New Issue
Block a user