Skip to content

Commit

Permalink
Revert adding all potential filenames inside renovate ignorePaths (#278)
Browse files Browse the repository at this point in the history
* Revert adding all potential filenames inside renovate ignorePaths

Singed-off-by: thepetk <[email protected]>
Signed-off-by: thepetk <[email protected]>

* Update ignoredPaths

Signed-off-by: thepetk <[email protected]>

---------

Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk authored Jan 16, 2024
1 parent 7f38306 commit 7abb495
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
],
"ignorePaths": [
"**/docker/**",
".devfile.yaml",
".devfile.yml",
"devfile.yaml",
"devfile.yml",
"/.devfile.yaml",
"/.devfile.yml",
"/devfile.yaml",
"/devfile.yml",
".ci/**",
"tests/**",
"stacks/java-openliberty/**",
Expand Down

0 comments on commit 7abb495

Please sign in to comment.