Skip to content

Commit

Permalink
Merge branch 'master' into mashal-m/react-upgrade-to-v17
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashal-m authored Dec 6, 2023
2 parents 05c76b9 + b246333 commit 5fb4453
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@

We are not accepting public contributions to this repo at this time.

## Introduction
## Purpose

edX cookie policy banner React component

## Getting Started

## Installation

```bash
Expand Down Expand Up @@ -87,12 +89,20 @@ npm run start

locally builds the Storybook for the `CookiePolicyBanner` component on port `3003`.

## License

The code in this repository is licensed under the AGPLv3 unless otherwise
noted.

Please see `LICENSE <LICENSE>`_ for details.

## edX Code of Conduct
All community members are expected to follow the `Open edX Code of Conduct`_.
[`https://open.edx.org/code-of-conduct/`](https://open.edx.org/code-of-conduct/)

## Contact
You can contact the edx open-source team at [email protected].

## Security reporting information
Please do not report security issues in public. Send security concerns via email to security@edx.org.
Please do not report security issues in public. Send security concerns via email to security@openedx.org.

2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rebaseStalePrs": true,
"packageRules": [
{
"matchPackagePatterns": ["@edx"],
"matchPackagePatterns": ["@edx", "@openedx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
Expand Down

0 comments on commit 5fb4453

Please sign in to comment.