Skip to content

Commit

Permalink
Add NPM to dependabot and ignore some UI modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 7, 2021
1 parent 0344cc0 commit cbe997d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@ updates:
- dependency-name: org.webjars:popper.js
versions:
- ">= 2.0.0"
- dependency-name: org.webjars:bootstrap
versions:
- ">= 5.0.0"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

0 comments on commit cbe997d

Please sign in to comment.