Skip to content

Commit

Permalink
fix: update renovate labels (#11931)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Aug 20, 2024
1 parent 8d89eba commit b60fa77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@
"schedule": "on tuesday"
}
],
"ignorePaths": ["mobile/openapi/pubspec.yaml", "mobile/ios", "mobile/android"],
"ignorePaths": [
"mobile/openapi/pubspec.yaml",
"mobile/ios",
"mobile/android"
],
"ignoreDeps": ["http", "intl"],
"labels": ["dependencies"]
"labels": ["dependencies", "changelog:skip"]
}

0 comments on commit b60fa77

Please sign in to comment.