Skip to content
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(quantic): octokit rule for quantic removed from renovate #3853

Merged
merged 26 commits into from
Apr 26, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7adf769
feat(headless-commerce): use getVisitorID to set clientId (#3628)
sallainCoveo Feb 26, 2024
79d4d9a
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Feb 27, 2024
fe7251a
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Feb 29, 2024
fcbeaed
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 1, 2024
bf5f573
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 6, 2024
94aaa94
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 8, 2024
3a56e2f
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 11, 2024
986efe8
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 12, 2024
5305dae
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 14, 2024
ea7492a
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 19, 2024
0936b36
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 19, 2024
7a04068
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 22, 2024
ddb8da2
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 25, 2024
a33bf41
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 27, 2024
e50d37e
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Mar 28, 2024
dd10cec
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 4, 2024
6947098
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 8, 2024
2895797
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 12, 2024
e54f20f
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 15, 2024
be7cbc5
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 15, 2024
0409e34
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 17, 2024
bc13eec
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 18, 2024
ce982c7
Merge branch 'master' of https://github.com/coveo/ui-kit
mmitiche Apr 19, 2024
ca290db
Merge branch 'master' of https://github.com/coveo/ui-kit into SFINT-5436
mmitiche Apr 25, 2024
5701467
octokit rule removed from renovate
mmitiche Apr 25, 2024
8f9ae7d
Merge branch 'master' into SFINT-5436
mmitiche Apr 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 0 additions & 16 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,6 @@
"allowedVersions": "3.x",
"description": "sfdx-lwc-jest uses a not GA version of Salesforce API (60)"
},
{
"matchFileNames": ["packages/quantic/package.json"],
"matchPackagePatterns": ["^@otokit/graphql$"],
"groupSlug": "quantic-octokit-graphql",
"rangeStrategy": "replace",
"allowedVersions": "7.x",
"description": "8+ is ESM SFINT-5436"
},
{
"matchFileNames": ["packages/quantic/package.json"],
"matchPackagePatterns": ["^@otokit/graphql-schema$"],
"groupSlug": "quantic-octokit-graphql-schema",
"rangeStrategy": "replace",
"allowedVersions": "14.x",
"description": "15+ is ESM SFINT-5436"
},
{
"matchPackagePatterns": ["^actions/upload-artifact$"],
"groupSlug": "actions-upload-artifact",
Expand Down