Skip to content

Commit

Permalink
chore(renovate): ignore example site
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 15, 2023
1 parent 1455c71 commit 571e53d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"config:base",
":dependencyDashboard"
],
"ignorePaths": [
"exampleSite/**"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"matchManagers": [ "gomod" ],
"matchDepTypes": [ "indirect" ],
"enabled": true,
"semanticCommitType": "ci"
}
Expand Down

0 comments on commit 571e53d

Please sign in to comment.