Skip to content

Commit

Permalink
Ignore GRDB (#1052)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1204167627774280/1208651137074643/f
iOS PR: N/A
macOS PR: N/A
What kind of version bump will this require?: N/A

**Description**:
Ignore GRDB
  • Loading branch information
Bunn authored Oct 31, 2024
1 parent 8a1bc55 commit ddb358a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gitsubmodule" # See documentation for possible values
Expand All @@ -10,4 +7,6 @@ updates:
- package-ecosystem: "swift" # For Swift package updates
directory: "/" # Location of Package.swift file
schedule:
interval: "daily"
interval: "daily"
ignore:
- dependency-name: "GRDB"

0 comments on commit ddb358a

Please sign in to comment.