Skip to content

Commit

Permalink
update renovate.json configuration to ignore specific paths and add r…
Browse files Browse the repository at this point in the history
…egex managers for mariadb
  • Loading branch information
stephdl committed Aug 29, 2024
1 parent efcba22 commit d893ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignorePaths": ["**/ui/**"],
"ignorePaths": ["**/ui/**", "**/.devcontainer/**"],
"regexManagers": [
{
"fileMatch": ["build-images.sh"],
Expand Down

0 comments on commit d893ea6

Please sign in to comment.