Skip to content

Commit

Permalink
build: set explicit Depdendabot versioning strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Sep 6, 2023
1 parent 9ff3d84 commit 1886a77
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
versioning-strategy: 'increase'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'

0 comments on commit 1886a77

Please sign in to comment.