Skip to content

Commit

Permalink
Disable dependabot.yml (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrivachev authored Dec 1, 2024
1 parent ee865d0 commit 5b3ceef
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,57 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
day: 'friday'
time: '06:00' #UTC
reviewers:
- 'pgrivachev'
# updates:
# - package-ecosystem: 'github-actions'
# directory: '/'
# schedule:
# interval: 'monthly'
# day: 'friday'
# time: '06:00' #UTC
# reviewers:
# - 'pgrivachev'

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
day: 'friday'
time: '06:00' #UTC
reviewers:
- 'pgrivachev'
# - package-ecosystem: 'npm'
# directory: '/'
# schedule:
# interval: 'monthly'
# day: 'friday'
# time: '06:00' #UTC
# reviewers:
# - 'pgrivachev'

- package-ecosystem: 'npm'
directory: '/server'
schedule:
interval: 'monthly'
day: 'friday'
time: '06:00' #UTC
reviewers:
- 'pgrivachev'
# - package-ecosystem: 'npm'
# directory: '/server'
# schedule:
# interval: 'monthly'
# day: 'friday'
# time: '06:00' #UTC
# reviewers:
# - 'pgrivachev'

- package-ecosystem: 'npm'
directory: '/client'
schedule:
interval: 'monthly'
day: 'friday'
time: '06:00' #UTC
reviewers:
- 'pgrivachev'
# - package-ecosystem: 'npm'
# directory: '/client'
# schedule:
# interval: 'monthly'
# day: 'friday'
# time: '06:00' #UTC
# reviewers:
# - 'pgrivachev'

- package-ecosystem: 'npm'
directory: '/e2e'
schedule:
interval: 'monthly'
day: 'friday'
time: '06:00' #UTC
reviewers:
- 'pgrivachev'
# - package-ecosystem: 'npm'
# directory: '/e2e'
# schedule:
# interval: 'monthly'
# day: 'friday'
# time: '06:00' #UTC
# reviewers:
# - 'pgrivachev'

- package-ecosystem: 'npm'
directory: '/markdown_parser'
schedule:
interval: 'monthly'
day: 'friday'
time: '06:00' #UTC
reviewers:
- 'pgrivachev'
# - package-ecosystem: 'npm'
# directory: '/markdown_parser'
# schedule:
# interval: 'monthly'
# day: 'friday'
# time: '06:00' #UTC
# reviewers:
# - 'pgrivachev'

0 comments on commit 5b3ceef

Please sign in to comment.