Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9a75f1a
exposed active to handlers in react-scrolly
Apr 15, 2021
3dea030
updated types for react-scrolly
Apr 15, 2021
5e86722
Bump svelte from 3.12.1 to 3.49.0
dependabot[bot] Aug 16, 2022
a594946
Bump terser from 4.8.0 to 4.8.1
dependabot[bot] Aug 16, 2022
8bfa294
Bump async from 2.6.3 to 2.6.4
dependabot[bot] Aug 16, 2022
b54aeb9
Created dependabot.yml
Aug 16, 2022
1560a88
Merge pull request #3 from lajoiemedia/dependabot/npm_and_yarn/async-…
lajoiemedia Aug 16, 2022
6929fea
Merge pull request #2 from lajoiemedia/dependabot/npm_and_yarn/terser…
lajoiemedia Aug 16, 2022
e9adbc9
Merge pull request #1 from lajoiemedia/dependabot/npm_and_yarn/svelte…
lajoiemedia Aug 16, 2022
c886c12
Bump eventsource from 1.0.7 to 1.1.2
dependabot[bot] Aug 16, 2022
1766f38
dependabot changes
Aug 16, 2022
f55b342
Merge pull request #4 from lajoiemedia/dependabot/npm_and_yarn/events…
lajoiemedia Aug 16, 2022
4d7f52e
Bump @types/react from 16.14.30 to 18.0.17
dependabot[bot] Aug 16, 2022
b002424
Merge pull request #5 from lajoiemedia/dependabot/npm_and_yarn/types/…
lajoiemedia Aug 16, 2022
e129255
Bump @vuepress/plugin-google-analytics from 1.1.0 to 1.9.7
dependabot[bot] Aug 16, 2022
e481e5d
updated react in react-scrolly
Aug 16, 2022
178fc22
updated react for react-scrolly
Aug 16, 2022
b445286
Bump react from 16.14.0 to 18.2.0
dependabot[bot] Aug 16, 2022
21558c9
Merge pull request #8 from lajoiemedia/dependabot/npm_and_yarn/react-…
lajoiemedia Aug 16, 2022
13cae91
Merge pull request #6 from lajoiemedia/dependabot/npm_and_yarn/vuepre…
lajoiemedia Aug 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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
schedule:
interval: "weekly"

Loading