Skip to content

Commit

Permalink
chore(ci): Only suggest package updates to dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruler501 committed Mar 5, 2022
1 parent e7f53f1 commit d2c6deb
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,5 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
rebase-strategy: auto
schedule:
interval: daily
target-branch: prod
ignore:
- dependency-name: '*'
- update-types: 'major'
- package-ecosystem: npm
directory: "/client"
rebase-strategy: auto
schedule:
interval: daily
target-branch: prod
ignore:
- dependency-name: '*'
- update-types: 'major'
- package-ecosystem: npm
directory: "/server"
rebase-strategy: auto
schedule:
interval: daily
target-branch: prod
ignore:
- dependency-name: '*'
- update-types: 'major'
- package-ecosystem: npm
directory: "/jobs"
rebase-strategy: auto
schedule:
interval: daily
target-branch: prod
ignore:
- dependency-name: '*'
- update-types: 'major'
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
rebase-strategy: "auto"
schedule:
interval: "daily"
target-branch: prod
# dev
- package-ecosystem: npm
directory: "/"
Expand Down

0 comments on commit d2c6deb

Please sign in to comment.