Skip to content

Commit

Permalink
Prevent dependabot from offering us to upgrade to UAParser 2.x (#13365)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf authored Dec 16, 2024
1 parent e82e97b commit 67a3992
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 99
ignore:
- dependency-name: "ua-parser-js"
versions: ["2.x"]

0 comments on commit 67a3992

Please sign in to comment.