Skip to content

Replace Dependabot with Renovate #3080

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

Merged
merged 35 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
681dbd0
Update dependabot.yml
hazzik May 17, 2021
828c602
Merge branch 'nhibernate:master' into master
hazzik Jun 7, 2021
d2f6fed
Create ci.yaml
hazzik Jun 7, 2021
7879508
Update ci.yaml
hazzik Jun 7, 2021
fa380eb
Merge branch 'nhibernate:master' into master
hazzik Jun 13, 2021
9e69cc2
Merge branch 'nhibernate:master' into master
hazzik Aug 5, 2021
4e5756a
Merge branch 'nhibernate:master' into master
hazzik Oct 23, 2021
e569ccb
Create .deepsource.toml
hazzik Feb 20, 2022
cc1a143
Update .deepsource.toml
deepsourcebot Feb 20, 2022
12f3760
Add renovate.json
renovate-bot May 6, 2022
4f5d0c2
Update renovate.json
hazzik May 6, 2022
cfef6db
Update renovate.json
hazzik May 6, 2022
c1b33dd
Update renovate.json
hazzik May 6, 2022
c6ef705
Update renovate.json
hazzik May 7, 2022
c22f0f3
Update dependabot.yml
hazzik May 17, 2021
d117822
Create ci.yaml
hazzik Jun 7, 2021
126b7f0
Update ci.yaml
hazzik Jun 7, 2021
6f723bd
Merge branch 'master' into renovate/configure
hazzik May 7, 2022
a274c31
Update
hazzik May 7, 2022
2c67365
Add group name
hazzik May 7, 2022
363bd0a
Update renovate.json
hazzik May 9, 2022
7ee5933
Update renovate.json
hazzik Jul 20, 2022
4945c0f
Update renovate.json
hazzik Jul 20, 2022
8ef5e45
Update renovate.json
hazzik Jul 20, 2022
6251266
Delete dependabot.yml
hazzik Jul 20, 2022
f9bbb00
Delete ci.yaml
hazzik Jul 20, 2022
cd8ce17
Merge branch 'nhibernate:master' into renovate/configure
hazzik Jul 22, 2022
37d5234
Update renovate.json
hazzik Jul 22, 2022
3617cb0
Update renovate.json
hazzik Jul 26, 2022
04bfa97
Update renovate.json
hazzik Jul 26, 2022
2c989f7
Rename renovate.json to .github/renovate.json
hazzik Jul 26, 2022
ef133b0
Update renovate.json
hazzik Jul 26, 2022
a58bc20
Update renovate.json
hazzik Jul 26, 2022
7905da5
Merge branch 'master' into renovate/configure
hazzik Jul 26, 2022
f715ecb
Update renovate.json
hazzik Jul 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

39 changes: 39 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"configMigration": true,
"pruneStaleBranches": false,
"automerge": true,
"platformAutomerge": true,
"labels": [
"dependencies",
"p: Lowest",
"t: Task"
],
"packageRules": [
{
"matchPackagePrefixes": [
"NUnit"
],
"groupName": "NUnit"
},
{
"matchPackageNames": [
"Microsoft.AspNetCore",
"Microsoft.AspNetCore.Mvc",
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation",
"Microsoft.AspNetCore.StaticFiles"
],
"groupName": "Microsoft.AspNetCore 2.0",
"allowedVersions": "~2.1.0"
},
{
"matchPackagePrefixes": [
"Oracle.ManagedDataAccess"
],
"groupName": "Oracle.ManagedDataAccess"
}
]
}