diff options
author | sagudev <16504129+sagudev@users.noreply.github.com> | 2025-04-22 06:39:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-22 04:39:36 +0000 |
commit | a69efed6e9c6a9f4a2cf4fb4a2a19df393e47be3 (patch) | |
tree | c8d016544c3774efb3510f757c62a4dc4a077d15 | |
parent | 7b16ae26b4d6a9b233cc1eac5920215f68812514 (diff) | |
download | servo-a69efed6e9c6a9f4a2cf4fb4a2a19df393e47be3.tar.gz servo-a69efed6e9c6a9f4a2cf4fb4a2a19df393e47be3.zip |
dependabot: group objc2 crates (#36641)
or else their PRs will fail in tidy:
https://github.com/servo/servo/pull/36637
https://github.com/servo/servo/pull/36635
Testing: It's bot config so no testing is possible.
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
-rw-r--r-- | .github/dependabot.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d0fbf3309f..fa56a49c9e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,6 +31,9 @@ updates: servo-media-related: patterns: - "servo-media*" + objc2-related: + patterns: + - "objc2*" ignore: # Ignore all stylo crates as their upgrades are coordinated via companion PRs. - dependency-name: selectors |