Skip to content

Commit

Permalink
Merge pull request #1802 from serlo/refactor/dependabot
Browse files Browse the repository at this point in the history
refactor: simplify dependabot.yml
  • Loading branch information
hugotiburtino authored Nov 13, 2024
2 parents 226d33c + e45ccb4 commit 65cc7ff
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,18 @@

version: 2
updates:
# repetitive because unfortunately Dependabot ticket for wildcard support still open:
# https://github.com/dependabot/dependabot-core/issues/2178
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: 'packages/authorization'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: 'packages/server'
directories:
- '/'
- 'packages/authorization'
- 'packages/server'
schedule:
interval: 'weekly'

- package-ecosystem: 'docker'
directory: 'packages/server/docker/server'
schedule:
interval: 'weekly'
# we want LTS version of NodeJS and not suggested current version
ignore:
- dependency-name: 'node'
update-types: ['version-update:semver-major']
- package-ecosystem: 'docker'
directory: 'packages/server/docker/swr-queue-worker'
directories:
- 'packages/server'
- 'packages/db-migrations'
schedule:
interval: 'weekly'
# we want LTS version of NodeJS and not suggested current version
Expand Down

0 comments on commit 65cc7ff

Please sign in to comment.