From 3a3833f1e08c7bffb976cfd0f99a86ad8a975c48 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 11 Dec 2023 15:57:20 -0600 Subject: [PATCH 1/2] Remove unnecessary custom MiRS coefficients New versions used by Satpy are sufficient --- polar2grid/etc/readers/mirs.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 polar2grid/etc/readers/mirs.yaml diff --git a/polar2grid/etc/readers/mirs.yaml b/polar2grid/etc/readers/mirs.yaml deleted file mode 100644 index befb8d08..00000000 --- a/polar2grid/etc/readers/mirs.yaml +++ /dev/null @@ -1,14 +0,0 @@ -reader: - data_files: - - url: "https://github.com/ssec/polar2grid/raw/p2g-v2.3.0b0/polar2grid/mirs/limball_atmsland.txt" - filename: "limbcoef_atmsland_snpp.txt" - known_hash: "396b5473dfb2ec8ef72687658bd383f4a06452892f9850e2ee0b557f1855a076" - - url: "https://github.com/ssec/polar2grid/raw/p2g-v2.3.0b0/polar2grid/mirs/limball_atmsland.txt" - filename: "limbcoef_atmsland_noaa20.txt" - known_hash: "396b5473dfb2ec8ef72687658bd383f4a06452892f9850e2ee0b557f1855a076" - - url: "https://github.com/ssec/polar2grid/raw/p2g-v2.3.0b0/polar2grid/mirs/limball_atmssea.txt" - filename: "limbcoef_atmssea_snpp.txt" - known_hash: "6f72b793edded6284f3abc75e7da3530a405eccffb4485b2071c159c62fbcae6" - - url: "https://github.com/ssec/polar2grid/raw/p2g-v2.3.0b0/polar2grid/mirs/limball_atmssea.txt" - filename: "limbcoef_atmssea_noaa20.txt" - known_hash: "6f72b793edded6284f3abc75e7da3530a405eccffb4485b2071c159c62fbcae6" From f4a6673413d0b01af4e173448b4c5c24887b1f62 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 11 Dec 2023 15:58:17 -0600 Subject: [PATCH 2/2] Change pre-commit and dependabot schedule to monthly --- .github/dependabot.yml | 2 +- .pre-commit-config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90e05c40..95179b06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d774396..0f0962ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,3 +22,4 @@ repos: ci: # To trigger manually, comment on a pull request with "pre-commit.ci autofix" autofix_prs: false + autoupdate_schedule: "monthly"