Skip to content

Commit

Permalink
Update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Apr 6, 2024
1 parent 9bdd523 commit 4dba553
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
version: 2
updates:
# GitHub actions updates
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
groups:
actions:
patterns:
- '*'

# Dependency updates
- package-ecosystem: npm
directory: /
target-branch: 'main'
Expand All @@ -8,7 +19,7 @@ updates:
ignore:
# ignore all patch upgrades
- dependency-name: '*'
update-types: [ 'version-update:semver-patch' ]
update-types: ['version-update:semver-patch']
open-pull-requests-limit: 10
versioning-strategy: increase
pull-request-branch-name:
Expand Down

0 comments on commit 4dba553

Please sign in to comment.