Skip to content

Commit

Permalink
Introduce DataDog Lambda Layer custom manager
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Oct 18, 2024
1 parent 4f243b9 commit df32546
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":rebaseStalePrs",
Expand Down Expand Up @@ -284,6 +285,18 @@
"prPriority": 99
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["infra/.+\\.ts"],
"matchStrings": [
"const DATADOG_EXTENSION_LAYER_VERSION = (?<currentValue>\\d+)"
],
"packageNameTemplate": "DataDog/datadog-lambda-extension",
"depNameTemplate": "datadog lambda extension layer",
"datasourceTemplate": "github-releases"
}
],
"branchConcurrentLimit": null,
"branchPrefix": "renovate-",
"commitMessageAction": "",
Expand Down
1 change: 1 addition & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":prHourlyLimit2",
Expand Down
1 change: 1 addition & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":prHourlyLimit4",
Expand Down

0 comments on commit df32546

Please sign in to comment.