Skip to content

Commit

Permalink
ci(dependabot): Ignore Kotlin gradle plugin (#3402)
Browse files Browse the repository at this point in the history
For the same reason we ignore the Kotlin version itself
  • Loading branch information
dnys1 committed Jul 28, 2023
1 parent 17c6579 commit e623b02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ updates:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

# Ignore patch version bumps
- dependency-name: "*"
Expand Down Expand Up @@ -258,6 +259,7 @@ updates:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

# Ignore patch version bumps
- dependency-name: "*"
Expand Down Expand Up @@ -305,6 +307,7 @@ updates:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

# Ignore patch version bumps
- dependency-name: "*"
Expand Down Expand Up @@ -454,6 +457,7 @@ updates:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

# Ignore patch version bumps
- dependency-name: "*"
Expand Down Expand Up @@ -711,6 +715,7 @@ updates:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

# Ignore patch version bumps
- dependency-name: "*"
Expand Down Expand Up @@ -805,6 +810,7 @@ updates:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

# Ignore patch version bumps
- dependency-name: "*"
Expand Down Expand Up @@ -907,6 +913,7 @@ updates:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

# Ignore patch version bumps
- dependency-name: "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ jobs:
# Ignore Kotlin updates since we should always match Flutter stable
# to ensure users can have Kt versions >= Flutter stable.
- dependency-name: "kotlin_version"
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"
# Ignore patch version bumps
- dependency-name: "*"
Expand Down

0 comments on commit e623b02

Please sign in to comment.