Skip to content

Commit d121662

Browse files
Merge branch 'main' into feat-sync-error-handler
2 parents 4dcb3e2 + 700658c commit d121662

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
uses: golangci/golangci-lint-action@v6
3737
with:
3838
# NOTE: Keep this in sync with the version from .golangci.yml
39-
version: v1.62.2
39+
version: v1.64.2

0 commit comments

Comments
 (0)