Skip to content

Commit

Permalink
ci: update dependabot config
Browse files Browse the repository at this point in the history
only npm security updates, linting
  • Loading branch information
siljekristensen committed Feb 27, 2024
1 parent 4314fc5 commit 37014c3
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
reviewers:
- "@nrkno/sofie-ops"
- package-ecosystem: "npm"
directory: "/"
- '@nrkno/sofie-ops'

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
reviewers:
- "@nrkno/sofie-ops"
- package-ecosystem: "docker"
directory: "/"
- '@nrkno/sofie-ops'
# Disable version updates for npm dependencies
open-pull-requests-limit: 0

- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
reviewers:
- "@nrkno/sofie-ops"
- '@nrkno/sofie-ops'

0 comments on commit 37014c3

Please sign in to comment.