Skip to content

Commit

Permalink
Merge pull request #7100 from birkskyum/Add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot.yml to reduce manual work
  • Loading branch information
archmoj committed Sep 12, 2024
2 parents 30cfc1e + 92730be commit 02ef675
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1
versioning-strategy: increase
- package-ecosystem: "npm"
directory: "/stackgl_modules"
schedule:
interval: "daily"
open-pull-requests-limit: 1
versioning-strategy: increase
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ npm-debug.log*
tags

.*
!.github
!.circleci
!.gitignore
!.npmignore

0 comments on commit 02ef675

Please sign in to comment.