From d0d3b08dca2d63f8b54d544ab06ab7ee96d77d82 Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:35:00 -0500 Subject: [PATCH] chore: Dotty / Dependabot updates --- .github/dependabot.yml | 4 ++-- .github/workflows/nuget_slack_notifications.yml | 2 +- .../nugetSlackNotifications/packageInfo.json | 15 ++++++++++++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08fb886c8..8b14ba9ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly groups: github-actions: patterns: @@ -30,7 +30,7 @@ updates: - /tests/Agent/IntegrationTests # will pick up container, integration and unbounded test solutions - / # will pick up FullAgent.sln which contains the unit tests schedule: - interval: weekly + interval: monthly groups: nuget-tests: patterns: diff --git a/.github/workflows/nuget_slack_notifications.yml b/.github/workflows/nuget_slack_notifications.yml index 49929b5cf..709a44cb6 100644 --- a/.github/workflows/nuget_slack_notifications.yml +++ b/.github/workflows/nuget_slack_notifications.yml @@ -2,7 +2,7 @@ name: Check for new core technologies on: schedule: - - cron: '0 10 * * 1' # Every Monday at 10:00 AM + - cron: '0 10 1,15 * *' # On the 1st and 15th of every month at 10:00 AM UTC workflow_dispatch: inputs: daysToSearch: diff --git a/.github/workflows/scripts/nugetSlackNotifications/packageInfo.json b/.github/workflows/scripts/nugetSlackNotifications/packageInfo.json index 200456fd6..442b65902 100644 --- a/.github/workflows/scripts/nugetSlackNotifications/packageInfo.json +++ b/.github/workflows/scripts/nugetSlackNotifications/packageInfo.json @@ -30,10 +30,16 @@ "packageName": "amazon.lambda.sqsevents" }, { - "packageName": "awssdk.bedrockruntime" + "packageName": "awssdk.bedrockruntime", + "ignorePatch": true, + "ignoreMinor": false, + "ignoreReason": "frequent patch releases create too much noise" }, { - "packageName": "awssdk.sqs" + "packageName": "awssdk.sqs", + "ignorePatch": true, + "ignoreMinor": false, + "ignoreReason": "frequent patch releases create too much noise" }, { "packageName": "confluent.kafka" @@ -99,7 +105,10 @@ "packageName": "serilog.sinks.console" }, { - "packageName": "stackexchange.redis" + "packageName": "stackexchange.redis", + "ignorePatch": true, + "ignoreMinor": false, + "ignoreReason": "frequent patch releases create too much noise" }, { "packageName": "system.data.sqlclient"