Skip to content

Commit f51ed20

Browse files
committed
Add standard files
1 parent 73534a1 commit f51ed20

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @mParticle/sdk-team

.github/dependabot.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: gradle
4-
directory: "/core-sdk-samples/higgs-shop-sample-app/"
4+
directory: "/"
55
schedule:
66
interval: daily
77
time: "08:00"
@@ -10,4 +10,13 @@ updates:
1010
labels: ['dependabot']
1111
open-pull-requests-limit: 10
1212
commit-message:
13-
prefix: "chore"
13+
prefix: "chore"
14+
- package-ecosystem: github-actions
15+
directory: /
16+
schedule:
17+
interval: weekly
18+
open-pull-requests-limit: 4
19+
labels:
20+
- dependabot
21+
commit-message:
22+
prefix: "chore"

.github/workflows/pull-request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ jobs:
1414
name: "Save PR Number for Dependabot Automerge"
1515
needs: [ higgs-shop-sample-app ]
1616
uses: mParticle/mparticle-workflows/.github/workflows/dependabot-save-pr-number.yml@main
17+
18+
pr-notify:
19+
if: >
20+
github.event_name == 'pull_request' &&
21+
github.event.pull_request.draft == false
22+
needs:
23+
- higgs-shop-sample-app
24+
name: Notify GChat
25+
uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
26+
secrets:
27+
gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security Policy
2+
3+
## Reporting a vulnerability
4+
5+
To avoid abuse by malicious actors please do not open GitHub issues or pull requests for any security related issue you may have spotted.
6+
7+
The safest way to report any vulnerability or concern you may have is via our [dedicated submission form](https://www.rokt.com/vulnerability-disclosure/).
8+
9+
For further information please refer to the [Rokt Vulnerability Disclosure Policy](https://www.rokt.com/vulnerability-disclosure/).

0 commit comments

Comments
 (0)