Skip to content

Commit

Permalink
ci: updated dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Aug 27, 2023
1 parent 82762cd commit 32ca6ea
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'saturday'
day: 'sunday'
time: '19:00'
timezone: 'Europe/Berlin'
commit-message:
prefix: 'deps'
groups:
fortawesome:
patterns:
- '@fortawesome/*'

0 comments on commit 32ca6ea

Please sign in to comment.