Skip to content

Commit

Permalink
dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscastrojumo committed Mar 26, 2024
1 parent 69a2956 commit 5c4e6c9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
19 changes: 16 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
labels:
- "dependencies"
groups:
npm:
patterns:
- "*"
- directory: /
package-ecosystem: "github-actions"
schedule:
interval: "daily"
labels:
- "dependencies"
groups:
github-actions:
patterns:
- "*"
15 changes: 0 additions & 15 deletions .github/workflows/autolabel.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
npm install
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: jesusvasquez333/verify-pr-label-action@2f0319c23a61915af52e8f905cf7c272be3b363d #v1.3.1
- uses: jesusvasquez333/verify-pr-label-action@657d111bbbe13e22bbd55870f1813c699bde1401 #v1.4.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'bug, enhancement, maintenance'
Expand Down

0 comments on commit 5c4e6c9

Please sign in to comment.