Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Update ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Nov 15, 2023
1 parent d8fe892 commit 088552f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ updates:
open-pull-requests-limit: 10
ignore:
# Ignore patch updates for some packages
- dependency-name: "com.android.tools.build:gradle"
- dependency-name: "com.android.tools.build*"
update-types: ["version-update:semver-patch"]
- dependency-name: "kotlin_version"
update-types: ["version-update:semver-patch"]
- dependency-name: "kotlin"
update-types: ["version-update:semver-patch"]
- dependency-name: "com.google.firebase:firebase-auth"
- dependency-name: "com.google.firebase*"
update-types: ["version-update:semver-patch"]

0 comments on commit 088552f

Please sign in to comment.