Skip to content

Commit

Permalink
Merge branch 'evanphx:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
radwaretaltr committed Aug 13, 2023
2 parents a8cb1be + 08317d1 commit 16760a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/v5"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.18

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion v5/go.mod
@@ -1,6 +1,6 @@
module github.com/evanphx/json-patch/v5

go 1.12
go 1.18

require (
github.com/jessevdk/go-flags v1.4.0
Expand Down

0 comments on commit 16760a7

Please sign in to comment.