renovate 39.82.9 → 39.83.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -604,6 +604,10 @@
604
604
  "forge": "/^@forge//",
605
605
  "fullcalendar": "/^@fullcalendar//",
606
606
  "hotchocolate": "/^HotChocolate\\./",
607
+ "oracle-database": [
608
+ "/^com.oracle.database.jdbc:/",
609
+ "/^com.oracle.database.nls:/"
610
+ ],
607
611
  "prometheus-simpleclient": "/^io.prometheus:simpleclient/",
608
612
  "russh": ["/^russh$/", "/^russh-keys$/"],
609
613
  "spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "renovate",
3
3
  "description": "Automated dependency updates. Flexible so you don't need to be.",
4
- "version": "39.82.9",
4
+ "version": "39.83.0",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",