Skip to content

Commit

Permalink
Update renovate/todo config (pymedusa#4631)
Browse files Browse the repository at this point in the history
* Renovate: Ignore path: `.build/**`

* Renovate: Ignore dependency: `guessit`

* Renovate: Ignore path: `themes/**`

* Renovate: Ignore paths: `ext/**`, `lib/**`

* TODO bot: Ignore path: `.build`
  • Loading branch information
sharkykh authored and OmgImAlexis committed Jul 9, 2018
1 parent b5d1b54 commit 317ce57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
todo:
exclude: '^(themes|lib|ext)/'
exclude: '^(\.build|themes|lib|ext)/'
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
],
"baseBranches": [
"develop"
],
"ignorePaths": [
".build/**",
"themes/**",
"ext/**",
"lib/**"
],
"ignoreDeps": [
"guessit"
]
}

0 comments on commit 317ce57

Please sign in to comment.