Skip to content

Commit

Permalink
chore(MissioncControl): onboard to mission control
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Nov 19, 2024
1 parent 88aa1ae commit c35cb1b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 124 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/extensions.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/promote.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/release.yml

This file was deleted.

26 changes: 16 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":dependencyDashboardApproval"
],
"extends": ["config:base"],
"enabledManagers": ["npm"],
"rangeStrategy": "bump",
"includeForks": true,
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": [
"@patternfly/documentation-framework"
],
"excludePackagePatterns": ["@patternfly/*"],
"enabled": false
},
{
"packageNames": [
"@patternfly/documentation-framework"
]
"datasources": ["npm"],
"packagePatterns": ["@patternfly/*"],
"excludePackageNames": ["@patternfly/documentation-framework", "@patternfly/patternfly-a11y"],
"groupName": "patternfly",
"followTag": "prerelease"
},
{
"datasources": ["npm"],
"matchPackageNames": ["@patternfly/documentation-framework", "@patternfly/patternfly-a11y"],
"groupName": "patternfly",
"followTag": "latest"
}
]
}

0 comments on commit c35cb1b

Please sign in to comment.