Skip to content

Commit

Permalink
chore(deps): update patch-all (#925)
Browse files Browse the repository at this point in the history
* chore(deps): update patch-all

* chore: disable renovate for ArchUnit

* chore: downgrade ArchUnit

* chore: order setup.sql

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timo Notheisen <[email protected]>
Co-authored-by: Timo Notheisen <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent 37c0c55 commit eb91c58
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
schedule: ["after 10pm every weekday", "before 5am every weekday", "every weekend"],
ignorePaths: ["**/node_modules/**", "**/bower_components/**", "**/vendor/**", "**/examples/**"], // we have to set this, in order to override the default that comes from `config:recommended`, which ignores any packages in directories like "tests"
packageRules: [
{
// we don't want to update ArchUnitNET currently, because there is a bug in the latest version (see https://github.com/TNG/ArchUnitNET/issues/320)
matchDatasources: ["nuget"],
packageNames: ["TngTech.ArchUnitNET.xUnit"],
enabled: false
},

{
// we don't want to update eslint currently, because there is a breaking change in its config
matchDatasources: ["npm"],
Expand Down Expand Up @@ -46,6 +53,13 @@
matchDatasources: ["nuget"],
matchUpdateTypes: ["minor"]
},
{
groupName: "minor-updates-npm",
matchDatasources: ["npm"],
matchUpdateTypes: ["minor"],
automerge: true,
automergeType: "branch"
},
{
groupName: "minor-updates-dart",
matchDatasources: ["dart"],
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/sql/sqlserver/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ GRANT SELECT ON SCHEMA::Challenges TO quotas
GRANT SELECT ON SCHEMA::Devices TO quotas
GRANT SELECT ON SCHEMA::Files TO quotas
GRANT SELECT ON SCHEMA::Messages TO quotas
GRANT SELECT ON SCHEMA::Relationships TO synchronization
GRANT SELECT ON SCHEMA::Relationships TO quotas
GRANT SELECT ON SCHEMA::Synchronization TO quotas
GRANT SELECT ON SCHEMA::Tokens TO quotas
GRANT SELECT ON SCHEMA::Relationships TO synchronization
GRANT SELECT ON SCHEMA::Relationships TO adminUi
GRANT SELECT ON SCHEMA::Files TO adminUi
GRANT SELECT ON SCHEMA::Messages TO adminUi
Expand Down

0 comments on commit eb91c58

Please sign in to comment.