From d61d3e9224a63253f073810525f1115356cf5168 Mon Sep 17 00:00:00 2001 From: Bill Riehl Date: Fri, 2 Aug 2024 14:59:14 -0400 Subject: [PATCH 1/2] update dependabot --- .github/dependabot.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e02829208..f53e5e3436 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,11 @@ version: 2 updates: -- package-ecosystem: pip +- package-ecosystem: "pip" directory: "/src" schedule: interval: monthly - time: '11:00' groups: - python-dependencies: + pip: patterns: - "*" open-pull-requests-limit: 20 @@ -17,21 +16,18 @@ updates: directory: "/" schedule: interval: monthly - time: '11:00' groups: - npm-dependencies: + npm: patterns: - "*" + - "*" open-pull-requests-limit: 20 - package-ecosystem: docker directory: "/" schedule: interval: monthly - time: '11:00' open-pull-requests-limit: 20 - package-ecosystem: github-actions directory: "/.github" schedule: interval: monthly - time: '11:00' open-pull-requests-limit: 20 From f10fc2d14ac4f8c874c54bbfa76d7ddd474ee8da Mon Sep 17 00:00:00 2001 From: Bill Riehl Date: Fri, 2 Aug 2024 15:01:22 -0400 Subject: [PATCH 2/2] add consistency to quotes --- .github/dependabot.yml | 16 ++++++++-------- package-lock.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f53e5e3436..f163e2b71a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "pip" directory: "/src" schedule: - interval: monthly + interval: "monthly" groups: pip: patterns: @@ -11,23 +11,23 @@ updates: open-pull-requests-limit: 20 ignore: - dependency-name: "notebook" - versions: '>= 7.0.0' -- package-ecosystem: npm + versions: ">= 7.0.0" +- package-ecosystem: "npm" directory: "/" schedule: - interval: monthly + interval: "monthly" groups: npm: patterns: - "*" open-pull-requests-limit: 20 -- package-ecosystem: docker +- package-ecosystem: "docker" directory: "/" schedule: - interval: monthly + interval: "monthly" open-pull-requests-limit: 20 -- package-ecosystem: github-actions +- package-ecosystem: "github-actions" directory: "/.github" schedule: - interval: monthly + interval: "monthly" open-pull-requests-limit: 20 diff --git a/package-lock.json b/package-lock.json index 9e27a03af5..0b7619d029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3484,9 +3484,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001643", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", - "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", + "version": "1.0.30001646", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz", + "integrity": "sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==", "dev": true, "funding": [ {