Skip to content

Commit

Permalink
Move renovate configuration (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Oct 20, 2023
1 parent 2c8e8db commit a8b882c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignorePaths": ["instrumentation/**"],
"packageRules": [
{
"matchPackageNames": ["docker.repo.splunkdev.net/ci-cd/ci-container/maven-3.8-jdk-17"],
"enabled": false
}
]
}
7 changes: 0 additions & 7 deletions renovate.json

This file was deleted.

0 comments on commit a8b882c

Please sign in to comment.