sqs-producer 6.0.2-canary.1 → 6.0.2-canary.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
3
  "extends": [
4
- "config:base",
4
+ "config:recommended",
5
5
  ":combinePatchMinorReleases",
6
6
  ":enableVulnerabilityAlertsWithLabel(vulnerability)",
7
7
  ":prConcurrentLimit10",
@@ -19,16 +19,15 @@
19
19
  "group:linters",
20
20
  "group:monorepos",
21
21
  "npm:unpublishSafe",
22
- "regexManagers:dockerfileVersions",
22
+ "customManagers:dockerfileVersions",
23
23
  "replacements:all"
24
24
  ],
25
25
  "rangeStrategy": "update-lockfile",
26
- "supportPolicy": ["lts_latest"],
27
26
  "dependencyDashboardAutoclose": true,
28
27
  "platformAutomerge": true,
29
28
  "vulnerabilityAlerts": {
30
29
  "labels": ["security"],
31
30
  "automerge": true
32
31
  },
33
- "stabilityDays": 3
32
+ "minimumReleaseAge": "3 days"
34
33
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## [6.0.2-canary.1](https://github.com/bbc/sqs-producer/compare/v6.0.1...v6.0.2-canary.1) (2024-12-07)
1
+ ## [6.0.2-canary.2](https://github.com/bbc/sqs-producer/compare/v6.0.2-canary.1...v6.0.2-canary.2) (2024-12-08)
2
2
 
3
3
  ### Chores
4
4
 
5
- * Configure Renovate ([#113](https://github.com/bbc/sqs-producer/issues/113)) ([0c1a197](https://github.com/bbc/sqs-producer/commit/0c1a197f243716121d23eab63777de2c831d4307))
5
+ * **config:** migrate config .github/renovate.json ([#115](https://github.com/bbc/sqs-producer/issues/115)) ([e461bf0](https://github.com/bbc/sqs-producer/commit/e461bf00eabfe8c1603d7ee97e009356238ac36d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-producer",
3
- "version": "6.0.2-canary.1",
3
+ "version": "6.0.2-canary.2",
4
4
  "description": "Enqueues messages onto a given SQS queue",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",