Skip to content

Commit

Permalink
Introduce dependabot support
Browse files Browse the repository at this point in the history
Change-Id: I561384df467ea4dd43c16202eab1411077edf879
  • Loading branch information
Akron committed Feb 23, 2023
1 parent a25a7d5 commit 0597b27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tmp
~*
.*
!.gitignore
!/.github
\#*
*.info
datok
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.1.7 2023-02-23
- Add dependabot checks.

0.1.6 2022-04-14
- Rename TOKEN_SYMBOL to TOKEN_BOUND.

Expand Down

0 comments on commit 0597b27

Please sign in to comment.