-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump the maven group across 1 directory with 5 updates #2485
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.activity:activity-compose | `1.10.0` | `1.10.1` | | androidx.navigation:navigation-compose | `2.8.7` | `2.8.8` | | com.android.application | `8.8.1` | `8.8.2` | | com.android.library | `8.8.1` | `8.8.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.30` | `2.1.10-1.0.31` | Updates `androidx.activity:activity-compose` from 1.10.0 to 1.10.1 Updates `androidx.navigation:navigation-compose` from 2.8.7 to 2.8.8 Updates `com.android.application` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.google.devtools.ksp` from 2.1.10-1.0.30 to 2.1.10-1.0.31 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.1.10-1.0.30...2.1.10-1.0.31) --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.navigation:navigation-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
tiann
approved these changes
Mar 2, 2025
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Mar 2, 2025
…iann#2485) Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.activity:activity-compose | `1.10.0` | `1.10.1` | | androidx.navigation:navigation-compose | `2.8.7` | `2.8.8` | | com.android.application | `8.8.1` | `8.8.2` | | com.android.library | `8.8.1` | `8.8.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.30` | `2.1.10-1.0.31` | Updates `androidx.activity:activity-compose` from 1.10.0 to 1.10.1 Updates `androidx.navigation:navigation-compose` from 2.8.7 to 2.8.8 Updates `com.android.application` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.google.devtools.ksp` from 2.1.10-1.0.30 to 2.1.10-1.0.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.1.10-1.0.31</h2> <h2>Bug Fixes</h2> <ul> <li>[KSP2] KSPropertyDeclaration#type for typealias does not match its declaration. <a href="https://redirect.github.com/google/ksp/issues/2345">#2345</a></li> <li>Incorrect isMutable on KSPropertyDeclaration from a JAVA_LIB in 2.1.10-1.0.30 <a href="https://redirect.github.com/google/ksp/issues/2346">#2346</a></li> <li>KSP breaks compilation avoidance <a href="https://redirect.github.com/google/ksp/issues/2347">#2347</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/6f2ea1e9e76a3773ca822b279aed8efd5b8c5493"><code>6f2ea1e</code></a> KSP2: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/1afb28060b674bf6c0b772e4626732735358ad3c"><code>1afb280</code></a> KSP2: Fix KSPropertyDeclaration.isMutable for Java libs</li> <li><a href="https://github.com/google/ksp/commit/40e5350848c5c22d3ad3e80a30c09d13b773b305"><code>40e5350</code></a> Update test cases for compilation avoidance.</li> <li><a href="https://github.com/google/ksp/commit/f68437a3c12db8d00b40b4868aa09c1b7adaf4a5"><code>f68437a</code></a> KSP2: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/e764de7fd9daff1c3c3a3552e109083efd072354"><code>e764de7</code></a> KSP1: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/9b2d7d99e78718504de6bdf08662229f580f2fd2"><code>9b2d7d9</code></a> jdkHome as internal and creating new jdkVersion input</li> <li><a href="https://github.com/google/ksp/commit/3b9ebc91cbf7c4658b88ab0249cc77c5a8c7d3ec"><code>3b9ebc9</code></a> CI: Update release branch to 1.0.31</li> <li><a href="https://github.com/google/ksp/commit/7b440f8a37609e099d398e68eb7e844f35f10765"><code>7b440f8</code></a> Downgrade to Kotlin 2.1.10</li> <li><a href="https://github.com/google/ksp/commit/6b59afdc153d53d2cc8832c9306449133a70ae24"><code>6b59afd</code></a> KSFunction: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/9284800c76a6a625585b63779190bd06a006f0be"><code>9284800</code></a> UPDATE_AA_VERSION: 2.2.0-dev-745</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.10-1.0.30...2.1.10-1.0.31">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Mar 3, 2025
…iann#2485) Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.activity:activity-compose | `1.10.0` | `1.10.1` | | androidx.navigation:navigation-compose | `2.8.7` | `2.8.8` | | com.android.application | `8.8.1` | `8.8.2` | | com.android.library | `8.8.1` | `8.8.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.30` | `2.1.10-1.0.31` | Updates `androidx.activity:activity-compose` from 1.10.0 to 1.10.1 Updates `androidx.navigation:navigation-compose` from 2.8.7 to 2.8.8 Updates `com.android.application` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.google.devtools.ksp` from 2.1.10-1.0.30 to 2.1.10-1.0.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.1.10-1.0.31</h2> <h2>Bug Fixes</h2> <ul> <li>[KSP2] KSPropertyDeclaration#type for typealias does not match its declaration. <a href="https://redirect.github.com/google/ksp/issues/2345">#2345</a></li> <li>Incorrect isMutable on KSPropertyDeclaration from a JAVA_LIB in 2.1.10-1.0.30 <a href="https://redirect.github.com/google/ksp/issues/2346">#2346</a></li> <li>KSP breaks compilation avoidance <a href="https://redirect.github.com/google/ksp/issues/2347">#2347</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/6f2ea1e9e76a3773ca822b279aed8efd5b8c5493"><code>6f2ea1e</code></a> KSP2: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/1afb28060b674bf6c0b772e4626732735358ad3c"><code>1afb280</code></a> KSP2: Fix KSPropertyDeclaration.isMutable for Java libs</li> <li><a href="https://github.com/google/ksp/commit/40e5350848c5c22d3ad3e80a30c09d13b773b305"><code>40e5350</code></a> Update test cases for compilation avoidance.</li> <li><a href="https://github.com/google/ksp/commit/f68437a3c12db8d00b40b4868aa09c1b7adaf4a5"><code>f68437a</code></a> KSP2: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/e764de7fd9daff1c3c3a3552e109083efd072354"><code>e764de7</code></a> KSP1: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/9b2d7d99e78718504de6bdf08662229f580f2fd2"><code>9b2d7d9</code></a> jdkHome as internal and creating new jdkVersion input</li> <li><a href="https://github.com/google/ksp/commit/3b9ebc91cbf7c4658b88ab0249cc77c5a8c7d3ec"><code>3b9ebc9</code></a> CI: Update release branch to 1.0.31</li> <li><a href="https://github.com/google/ksp/commit/7b440f8a37609e099d398e68eb7e844f35f10765"><code>7b440f8</code></a> Downgrade to Kotlin 2.1.10</li> <li><a href="https://github.com/google/ksp/commit/6b59afdc153d53d2cc8832c9306449133a70ae24"><code>6b59afd</code></a> KSFunction: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/9284800c76a6a625585b63779190bd06a006f0be"><code>9284800</code></a> UPDATE_AA_VERSION: 2.2.0-dev-745</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.10-1.0.30...2.1.10-1.0.31">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
YumeMichi
added a commit
to YumeMichi/KernelSU
that referenced
this pull request
Mar 4, 2025
* 'main' of https://github.com/tiann/KernelSU: build(deps): bump the maven group across 1 directory with 5 updates (tiann#2485) website: fix minor typos (tiann#2482) Set KSU_APP_PROFILE_VER for shell (tiann#2481) kernel: fix sometimes sucompat can not toggle by manager (tiann#2484) Avoid popping back stack right after navigation (tiann#2477)
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Mar 5, 2025
…iann#2485) Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.activity:activity-compose | `1.10.0` | `1.10.1` | | androidx.navigation:navigation-compose | `2.8.7` | `2.8.8` | | com.android.application | `8.8.1` | `8.8.2` | | com.android.library | `8.8.1` | `8.8.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.30` | `2.1.10-1.0.31` | Updates `androidx.activity:activity-compose` from 1.10.0 to 1.10.1 Updates `androidx.navigation:navigation-compose` from 2.8.7 to 2.8.8 Updates `com.android.application` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.google.devtools.ksp` from 2.1.10-1.0.30 to 2.1.10-1.0.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.1.10-1.0.31</h2> <h2>Bug Fixes</h2> <ul> <li>[KSP2] KSPropertyDeclaration#type for typealias does not match its declaration. <a href="https://redirect.github.com/google/ksp/issues/2345">#2345</a></li> <li>Incorrect isMutable on KSPropertyDeclaration from a JAVA_LIB in 2.1.10-1.0.30 <a href="https://redirect.github.com/google/ksp/issues/2346">#2346</a></li> <li>KSP breaks compilation avoidance <a href="https://redirect.github.com/google/ksp/issues/2347">#2347</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/6f2ea1e9e76a3773ca822b279aed8efd5b8c5493"><code>6f2ea1e</code></a> KSP2: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/1afb28060b674bf6c0b772e4626732735358ad3c"><code>1afb280</code></a> KSP2: Fix KSPropertyDeclaration.isMutable for Java libs</li> <li><a href="https://github.com/google/ksp/commit/40e5350848c5c22d3ad3e80a30c09d13b773b305"><code>40e5350</code></a> Update test cases for compilation avoidance.</li> <li><a href="https://github.com/google/ksp/commit/f68437a3c12db8d00b40b4868aa09c1b7adaf4a5"><code>f68437a</code></a> KSP2: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/e764de7fd9daff1c3c3a3552e109083efd072354"><code>e764de7</code></a> KSP1: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/9b2d7d99e78718504de6bdf08662229f580f2fd2"><code>9b2d7d9</code></a> jdkHome as internal and creating new jdkVersion input</li> <li><a href="https://github.com/google/ksp/commit/3b9ebc91cbf7c4658b88ab0249cc77c5a8c7d3ec"><code>3b9ebc9</code></a> CI: Update release branch to 1.0.31</li> <li><a href="https://github.com/google/ksp/commit/7b440f8a37609e099d398e68eb7e844f35f10765"><code>7b440f8</code></a> Downgrade to Kotlin 2.1.10</li> <li><a href="https://github.com/google/ksp/commit/6b59afdc153d53d2cc8832c9306449133a70ae24"><code>6b59afd</code></a> KSFunction: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/9284800c76a6a625585b63779190bd06a006f0be"><code>9284800</code></a> UPDATE_AA_VERSION: 2.2.0-dev-745</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.10-1.0.30...2.1.10-1.0.31">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the maven group with 5 updates in the /manager directory:
1.10.0
1.10.1
2.8.7
2.8.8
8.8.1
8.8.2
8.8.1
8.8.2
2.1.10-1.0.30
2.1.10-1.0.31
Updates
androidx.activity:activity-compose
from 1.10.0 to 1.10.1Updates
androidx.navigation:navigation-compose
from 2.8.7 to 2.8.8Updates
com.android.application
from 8.8.1 to 8.8.2Updates
com.android.library
from 8.8.1 to 8.8.2Updates
com.android.library
from 8.8.1 to 8.8.2Updates
com.google.devtools.ksp
from 2.1.10-1.0.30 to 2.1.10-1.0.31Release notes
Sourced from com.google.devtools.ksp's releases.
Commits
6f2ea1e
KSP2: return type aliases if possible1afb280
KSP2: Fix KSPropertyDeclaration.isMutable for Java libs40e5350
Update test cases for compilation avoidance.f68437a
KSP2: better support of compilation avoidancee764de7
KSP1: better support of compilation avoidance9b2d7d9
jdkHome as internal and creating new jdkVersion input3b9ebc9
CI: Update release branch to 1.0.317b440f8
Downgrade to Kotlin 2.1.106b59afd
KSFunction: return type aliases if possible9284800
UPDATE_AA_VERSION: 2.2.0-dev-745Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions