зеркало из https://github.com/microsoft/just.git
widen deps
This commit is contained in:
Родитель
0d4a96ece2
Коммит
32e439f44a
|
@ -16,6 +16,5 @@ jobs:
|
|||
# Check out the pull request HEAD
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: npx beachball change --type patch --message "Bumping dependencies via dependabot"
|
||||
- run: git push origin ${{ github.event.pull_request.default_branch }}
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# Basic set up for three package managers
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
|
||||
# Maintain dependencies for npm
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
versioning-strategy: 'widen'
|
||||
schedule:
|
||||
interval: 'daily'
|
Загрузка…
Ссылка в новой задаче