Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
gattma committed Jun 14, 2024
1 parent 42919f0 commit 5750343
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ module.exports = {
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
platform: 'github',
repositories: [
"Gepardec/mega-backend"
"Gepardec/renovate-playground"
],
"baseBranches": ["renovate-dev"]
prHourlyLimit: 0,
postUpgradeTasks: {
commands: ["ls -l"],
fileFilters: ["**/*.txt"],
executionMode: "branch"
},
allowedPostUpgradeCommands: ["touch", "ls"]
}

0 comments on commit 5750343

Please sign in to comment.