-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: NataliaIvakina <[email protected]> Co-authored-by: Nick Giles <[email protected]> Co-authored-by: Lidia Zuin <[email protected]> Co-authored-by: Michael Blum <[email protected]> Co-authored-by: Valdemar Roxling <[email protected]> Co-authored-by: David Pond <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Matthew Parnell <[email protected]> Co-authored-by: Jessica Wright <[email protected]> Co-authored-by: Matthew Parnell <[email protected]> Co-authored-by: Bruno Caricchio Buss <[email protected]> Co-authored-by: Mark Dixon <[email protected]> Co-authored-by: Phil Wright <[email protected]> Co-authored-by: Balazs Lendvai <[email protected]> Co-authored-by: Stefano Ottolenghi <[email protected]> Co-authored-by: Christophe Willemsen <[email protected]> Co-authored-by: Fi Quick <[email protected]> Co-authored-by: Jenny Owen <[email protected]> Co-authored-by: Love Kristofer Leifland <[email protected]> Co-authored-by: Florent Biville <[email protected]> Co-authored-by: Hannes Sandberg <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Richard Sill <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: davidlrosenblum <[email protected]> Co-authored-by: Jack Waudby <[email protected]> Co-authored-by: gjmwoods <[email protected]> Co-authored-by: Satia Herfert <[email protected]> Co-authored-by: Alexander Bouriakov <[email protected]> Co-authored-by: Jack Waudby <[email protected]> Co-authored-by: Arne Fischereit <[email protected]> Co-authored-by: Bastien Louërat <[email protected]> Co-authored-by: Aleksey Karasavov <[email protected]> Co-authored-by: Lasse Heemann <[email protected]> Co-authored-by: Nathan Smith <[email protected]>
- Loading branch information
1 parent
ee6af73
commit 5d3903f
Showing
24 changed files
with
204 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./.github/ @recrwplay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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" | ||
groups: | ||
prod-dependencies: | ||
dependency-type: "production" | ||
dev-dependencies: | ||
dependency-type: "development" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ jobs: | |
if: ${{ inputs.lint || github.event_name == 'push' }} | ||
name: Lint docs | ||
uses: neo4j/docs-tools/.github/workflows/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,4 @@ jobs: | |
uses: neo4j/docs-tools/.github/workflows/[email protected] | ||
with: | ||
pages-modified: ${{ needs.docs-changes-pr.outputs.pages-modified }} | ||
pages-added: ${{ needs.docs-changes-pr.outputs.pages-added }} | ||
pages-added: ${{ needs.docs-changes-pr.outputs.pages-added }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.