Skip to content

Commit

Permalink
Merge pull request #11 from Arthur1/ignore-sub-gomod
Browse files Browse the repository at this point in the history
ignore sub module update
  • Loading branch information
Arthur1 authored Sep 1, 2024
2 parents 8f3bf09 + 72d1252 commit 553d9c9
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,5 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignorePaths": ["_exmaple/**/go.mod"]
"ignorePaths": ["_example/**/go.mod", "_example/**/.terraform.lock.hcl"]
}

0 comments on commit 553d9c9

Please sign in to comment.