Skip to content

Commit

Permalink
Fine-tune depenabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Dec 6, 2024
1 parent 08ae8a7 commit d281883
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ updates:
directory: "/" # Location of package.json file
schedule:
interval: "weekly"
applies-to:
- security-updates
allow:
- dependency-type: "production"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/" # Location of GitHub Actions workflows
schedule:
interval: "weekly"
interval: "weekly"
applies-to:
- security-updates
allow:
- dependency-type: "production"
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- before: npm install -g npm@^7.7.0
- before: npm install -g npm@^10.9.1
init: npm install

vscode:
Expand Down

0 comments on commit d281883

Please sign in to comment.