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 5fe2781 commit efcba22
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/**", "**/.devcontainer/**"],
"ignorePaths": ["**/ui/**"],
"regexManagers": [
{
"fileMatch": ["build-images.sh"],
Expand Down

0 comments on commit efcba22

Please sign in to comment.