Skip to content

Commit

Permalink
Add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Aug 14, 2023
1 parent 4b82ee3 commit f68b222
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
labels:
- "github-actions dependencies"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
labels:
- "npm dependencies"
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# if: startsWith(github.ref, 'refs/tags/v')

- name: Upload to Github releases
uses: actions/upload-artifact@v3
with:
path: |
build/**/*.tar.gz
if: startsWith(github.ref, 'refs/tags/v')
# - name: Upload to Github releases
# uses: actions/upload-artifact@v3
# with:
# path: |
# build/**/*.tar.gz
# if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit f68b222

Please sign in to comment.