-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add catalog info and renovate.json #155
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"extends": [ | ||
"config:base", | ||
"schedule:weekly", | ||
":automergeLinters", | ||
":automergeMinor", | ||
":automergeTesters", | ||
":enableVulnerabilityAlerts", | ||
":rebaseStalePrs", | ||
":semanticCommits", | ||
":updateNotScheduled" | ||
], | ||
"packageRules": [ | ||
{ | ||
"matchDepTypes": [ | ||
"devDependencies" | ||
], | ||
"matchUpdateTypes": [ | ||
"lockFileMaintenance", | ||
"minor", | ||
"patch", | ||
"pin" | ||
], | ||
"automerge": true | ||
}, | ||
{ | ||
"matchPackagePatterns": ["@edx", "@openedx"], | ||
"matchUpdateTypes": ["minor", "patch"], | ||
"automerge": true | ||
} | ||
], | ||
"timezone": "America/New_York" | ||
} |
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -0,0 +1,21 @@ | ||||
# This file records information about this repo. Its use is described in OEP-55: | ||||
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html | ||||
|
||||
apiVersion: backstage.io/v1alpha1 | ||||
kind: Component | ||||
metadata: | ||||
name: 'crowdsourcehinter' | ||||
description: > | ||||
This provides a student with hints when they | ||||
incorrectly answer a problem within a course | ||||
links: | ||||
- url: "https://github.com/openedx/crowdsourcehinter" | ||||
title: "openedx/crowdsourcehinter" | ||||
icon: "GitHub" | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link is not necessary, the repo is automatically linked in Backstage already. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updated |
||||
annotations: | ||||
openedx.org/arch-interest-groups: "" | ||||
openedx.org/release: "main" | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We don't tag this directly as a part of named releases so we should not add this line. |
||||
spec: | ||||
owner: group:openedx-unmaintained | ||||
type: 'xblock' | ||||
lifecycle: 'unmaintained' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this repo doesn't have a
package.json
this is not needed.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have removed it