Skip to content

Commit

Permalink
Update versions on main page (#1711)
Browse files Browse the repository at this point in the history
* Update versions on main page

* fix lint rules

* ignore some breaking deps updates
  • Loading branch information
zarianec authored Jun 2, 2021
1 parent 6b8cf4b commit 26eb4d5
Show file tree
Hide file tree
Showing 5 changed files with 4,960 additions and 5,062 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ updates:
open-pull-requests-limit: 10
labels:
- dependencies
ignore:
- dependency-name: "escape-string-regexp"
versions: [ "5.x" ]
- dependency-name: "xo"
versions: [ ">0.39" ]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/config/*.bak
Dockme.yml
npm-debug.log
.idea/
/coverage/
/data/
/node_modules/
Expand Down
Loading

0 comments on commit 26eb4d5

Please sign in to comment.