Skip to content

Commit 3e18386

Browse files
build(deps): bump io.nlopez.compose.rules:ktlint from 0.4.16 to 0.4.17 in /example/android (#117)
Bumps [io.nlopez.compose.rules:ktlint](https://github.com/mrmans0n/compose-rules) from 0.4.16 to 0.4.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mrmans0n/compose-rules/releases">io.nlopez.compose.rules:ktlint's releases</a>.</em></p> <blockquote> <h2>v0.4.17</h2> <h2>What's changed</h2> <ul> <li>Add version grid support in ktlint/detekt part of the docs (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/362">#362</a>) <a href="https://github.com/mrmans0n"><code>@​mrmans0n</code></a></li> <li>Update ktlint to v1.4.0 (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/360">#360</a>) <a href="https://github.com/renovate"><code>@​renovate</code></a></li> <li>Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/358">#358</a>) <a href="https://github.com/renovate"><code>@​renovate</code></a></li> <li>Update junit5 monorepo to v5.11.3 (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/359">#359</a>) <a href="https://github.com/renovate"><code>@​renovate</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mrmans0n/compose-rules/commit/f4ee25cd4bf8a2c2ef1ebad9701c37857a033100"><code>f4ee25c</code></a> Bump version to 0.4.17 (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/364">#364</a>)</li> <li><a href="https://github.com/mrmans0n/compose-rules/commit/73ade74701e3730b08be03462d09514e058bb77a"><code>73ade74</code></a> Update ktlint.md</li> <li><a href="https://github.com/mrmans0n/compose-rules/commit/160f555aee47ca7308a8eaf5563b225ca5e0ba1c"><code>160f555</code></a> Add version grid support in ktlint/detekt part of the docs (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/362">#362</a>)</li> <li><a href="https://github.com/mrmans0n/compose-rules/commit/7f9a04ba379e314231ee99573ddaab5ddb401d4d"><code>7f9a04b</code></a> Update ktlint to v1.4.0 (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/360">#360</a>)</li> <li><a href="https://github.com/mrmans0n/compose-rules/commit/43f65f0dd17430bb367678f0ea70beb50cd6f4c6"><code>43f65f0</code></a> Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/358">#358</a>)</li> <li><a href="https://github.com/mrmans0n/compose-rules/commit/92b7a8920ab4b5cb020fe033cc460c4fb59798bf"><code>92b7a89</code></a> Update junit5 monorepo to v5.11.3 (<a href="https://redirect.github.com/mrmans0n/compose-rules/issues/359">#359</a>)</li> <li><a href="https://github.com/mrmans0n/compose-rules/commit/60d5eeba19928c3374387e47775f3e07240f0f2d"><code>60d5eeb</code></a> Bump version to 0.4.17-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/mrmans0n/compose-rules/compare/v0.4.16...v0.4.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.nlopez.compose.rules:ktlint&package-manager=gradle&previous-version=0.4.16&new-version=0.4.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joscha <[email protected]>
1 parent 035cc1c commit 3e18386

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
88
- package-ecosystem: "pub"
99
directories:
1010
- "/"
1111
- "/example"
1212
schedule:
13-
interval: "daily"
13+
interval: "weekly"
1414
ignore:
1515
- dependency-name: "*"
1616
update-types:
@@ -19,7 +19,7 @@ updates:
1919
- package-ecosystem: "npm"
2020
directory: "/docs"
2121
schedule:
22-
interval: "weekly"
22+
interval: "monthly"
2323
open-pull-requests-limit: 10
2424
groups:
2525
dependencies:
@@ -29,4 +29,4 @@ updates:
2929
- "/android"
3030
- "/example/android"
3131
schedule:
32-
interval: "daily"
32+
interval: "weekly"

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ktlint {
2828
reporter("checkstyle")
2929
}
3030
dependencies {
31-
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.16")
31+
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.17")
3232
}
3333
filter {
3434
exclude("**/*.g.kt")

0 commit comments

Comments
 (0)