Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Merge pull request #327 from MechanicalRock/security/dependabot
Browse files Browse the repository at this point in the history
Added Dependabot config
  • Loading branch information
andrewmtyler authored Jun 28, 2024
2 parents 283c880 + 54ef2d2 commit b4d3cf1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@MechanicalRock/websiteadmins
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/backend/"
schedule:
interval: "weekly"
# Disable version updates for npm dependencies - this will still let security update PRs to be created
open-pull-requests-limit: 0
reviewers:
- "@MechanicalRock/websiteadmins"
labels:
- "npm security updates"
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
# Disable version updates for npm dependencies - this will still let security update PRs to be created
open-pull-requests-limit: 0
reviewers:
- "@MechanicalRock/websiteadmins"
labels:
- "npm security updates"
1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

0 comments on commit b4d3cf1

Please sign in to comment.