Skip to content

Commit

Permalink
Fix dependencies and renovate (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykhliustin authored Aug 28, 2024
1 parent 5fd0190 commit 5ab98a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.8.0",
version = "3.5.1",
repo_name = "build_bazel_rules_apple",
)
bazel_dep(
Expand All @@ -22,7 +22,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_swift",
version = "2.1.1",
version = "1.18.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(
Expand Down
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"packageRules": [
{
"matchDepNames": ["rules_apple", "rules_swift"],
"groupName": "base_rules"
"enabled": false
},
{
"matchDepNames": ["rules_ios"],
"enabled": true
}
]
}

0 comments on commit 5ab98a9

Please sign in to comment.