Skip to content

Commit

Permalink
Setup dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Feb 17, 2024
1 parent d052e37 commit 422dd75
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 37 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 6
allow:
- dependency-type: all
groups:
all-dependencies:
patterns:
- "*"
36 changes: 0 additions & 36 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--minversion 0.51.0

# Swift version
--swiftversion 5.3
--swiftversion 5.9

# file options
--exclude .build
Expand Down

0 comments on commit 422dd75

Please sign in to comment.