Skip to content

Commit

Permalink
add Swift
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
LucasLarson committed Oct 9, 2023
1 parent 1fc78c6 commit 0163edc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,16 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-minor"]

# Swift
- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "daily"
ignore:
# ignore patch updates for all dependencies
- dependency-name: "*"
update-types: ["version-update:semver-minor"]

# Terraform
- package-ecosystem: "terraform"
directory: "/"
Expand Down

0 comments on commit 0163edc

Please sign in to comment.