Skip to content

Commit

Permalink
Merge pull request #117 from aims-group/renovate-ignore-eslint
Browse files Browse the repository at this point in the history
Add packageRules to ignore eslint
  • Loading branch information
tomvothecoder committed Aug 19, 2020
2 parents bab1323 + f5ea16b commit 348ab39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Expand Up @@ -9,5 +9,11 @@
"requirements/local.txt",
"requirements/production.txt"
]
}
},
"packageRules": [
{
"packagePatterns": ["^eslint"],
"enabled": false
}
]
}

0 comments on commit 348ab39

Please sign in to comment.