Skip to content

Commit

Permalink
chore: add dependabot configuration (fi3ework#265) (fi3ework#315)
Browse files Browse the repository at this point in the history
* chore: add dependabot configuration (fi3ework#265)

* chore: use directories option

* chore: update dependabot packages interval

Co-authored-by: fi3ework <fi3ework@gmail.com>

* chore: update dependabot actions interval

Co-authored-by: fi3ework <fi3ework@gmail.com>

---------

Co-authored-by: fi3ework <fi3ework@gmail.com>
  • Loading branch information
jhoermann and fi3ework authored Jul 2, 2024
1 parent 1a2249e commit 3d7630c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: 'npm'
versioning-strategy: 'increase'
directories:
- '**/*'
schedule:
interval: 'weekly'
labels:
- 'dependencies'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'dependencies'

0 comments on commit 3d7630c

Please sign in to comment.