Skip to content

Commit

Permalink
Merge pull request #46 from Doarakko/topic/db
Browse files Browse the repository at this point in the history
Topic/db
  • Loading branch information
Doarakko authored Oct 14, 2023
2 parents d1bfb95 + 93cc321 commit f3f392b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.DS_Store
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
default: ${{ github.token }}
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit f3f392b

Please sign in to comment.