Skip to content

Commit

Permalink
Release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitnflam committed Mar 15, 2024
2 parents 987e88b + ba41253 commit a5ea59d
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 172 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -13,11 +13,11 @@ jobs:
HUSKY: 0
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
Expand Down

0 comments on commit a5ea59d

Please sign in to comment.