Skip to content

Commit

Permalink
Exclude root devfile from renovate checks (#272)
Browse files Browse the repository at this point in the history
* Exclude root devfile from renovate checks

Signed-off-by: thepetk <thepetk@gmail.com>

* Ignore all possible root devfile paths

Signed-off-by: thepetk <thepetk@gmail.com>

---------

Signed-off-by: thepetk <thepetk@gmail.com>
  • Loading branch information
thepetk authored Jan 12, 2024
1 parent 3474613 commit 551f9e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
],
"ignorePaths": [
"**/docker/**",
".devfile.yaml",
".devfile.yml",
"devfile.yaml",
"devfile.yml",
".ci/**",
"tests/**",
"stacks/java-openliberty/**",
Expand Down

0 comments on commit 551f9e0

Please sign in to comment.