Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r authored and github-actions[bot] committed Oct 15, 2023
1 parent d0a9305 commit 26bba82
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"extends": ["config:base", ":disableDependencyDashboard"],
"labels": ["dependencies"],
"packageRules": [
{
"matchManagers": ["github-actions", "npm"],
"matchDepNames": ["!/^@inlang/"],
"matchDepNames": ["!/^@inlang/"],
"groupName": "{{manager}}",
"addLabels": ["{{manager}}"]
},
Expand Down

0 comments on commit 26bba82

Please sign in to comment.