diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..299cb50 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +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" + groups: + dependencies: + patterns: + - "*" + diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index fbc994d..6c32fdb 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -11,4 +11,4 @@ jobs: with: package_name: fluent-sqlite-driver modules: FluentSQLiteDriver - pathsToInvalidate: /fluentsqlitedriver + pathsToInvalidate: /fluentsqlitedriver/* diff --git a/.github/workflows/projectboard.yml b/.github/workflows/projectboard.yml deleted file mode 100644 index a0e6d98..0000000 --- a/.github/workflows/projectboard.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: issue-to-project-board-workflow -on: - # Trigger when an issue gets labeled or deleted - issues: - types: [reopened, closed, labeled, unlabeled, assigned, unassigned] - -jobs: - update_project_boards: - name: Update project boards - uses: vapor/ci/.github/workflows/update-project-boards-for-issue.yml@reusable-workflows - secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 642de41..9d8c4c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,6 @@ on: jobs: unit-tests: - uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows + uses: vapor/ci/.github/workflows/run-unit-tests.yml@main with: - with_coverage: true with_tsan: false diff --git a/Package.swift b/Package.swift index aa21e34..8c96fa2 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.6 +// swift-tools-version:5.7 import PackageDescription let package = Package( @@ -13,9 +13,9 @@ let package = Package( .library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]), ], dependencies: [ - .package(url: "https://github.com/vapor/fluent-kit.git", from: "1.43.0"), - .package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.3.1"), - .package(url: "https://github.com/apple/swift-log.git", from: "1.5.2"), + .package(url: "https://github.com/vapor/fluent-kit.git", from: "1.45.0"), + .package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.4.1"), + .package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"), ], targets: [ .target(name: "FluentSQLiteDriver", dependencies: [ diff --git a/README.md b/README.md index dac7f7e..23dfea6 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+