Skip to content

Commit

Permalink
Configure Renovate [HZ-4668] (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent e2a0442 commit e31e3d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "thursday"
time: "02:00"
open-pull-requests-limit: 100

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "thursday"
time: "02:00"
open-pull-requests-limit: 100
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"schedule": [
"after 2am on Thursday"
],
"packageRules": [
{
"managers": ["maven"],
"enabled": false
},
{
"managers": ["github-actions"],
"enabled": false
}
]
}

0 comments on commit e31e3d0

Please sign in to comment.