Skip to content

Instantly share code, notes, and snippets.

@tsibley
Last active January 30, 2024 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsibley/f793297783a9029f4265150824bdddde to your computer and use it in GitHub Desktop.
Save tsibley/f793297783a9029f4265150824bdddde to your computer and use it in GitHub Desktop.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./mpox show
commit e6a06a2207d46998bca53635f6e4ab26981b00c2
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..a554665
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/mpox/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./sphinx-theme show
commit 0b9302bc9f6d69d72098993601f1d758888e6f1f
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..833b16f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/sphinx-theme/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./forecasts-ncov show
commit 7fdd7c713023540570311072bbbc75668c43098e
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5c17926
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/forecasts-ncov/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./sacra show
commit 739b34334318a43762a7a8e030598f2dd2eae5a4
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..94f3be9
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/sacra/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./mumps show
commit e55374985fb393865ddb5662761d8c396ae283dd
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..aa0c1ad
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/mumps/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./project-board show
commit 4c0c771e043f6d198280a4dafd16247aabe06f11
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..7a92bcb
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/project-board/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./nextstrain.org show
commit 2d2b254fbc51026612bc463aa7c83eedfcada767
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:53:16 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index de6012f..4db3d6b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,5 +1,14 @@
# Dependabot configuration file
-# Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/nextstrain.org/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
version: 2
updates:
- package-ecosystem: "npm"
@@ -10,3 +19,8 @@ updates:
interval: "daily"
allow:
- dependency-name: "auspice"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./auspice show
commit 4efd7d5ac79929414e3beb5ca5e36c37fd5d7213
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..bb1212f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/auspice/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./rsv-old show
commit d6756ab84d84b5c5b90cbd29a69cf6073be7cea7
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..d21f07b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/rsv-old/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./augur show
commit 624a8d984880dad175c5b6ef5ab544d2abe84b08
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:54:35 2024 -0800
Update Dependabot config to match what we're applying org-wide
As discussed in Slack.¹
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 67a9ca6..faff4db 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,13 +1,16 @@
# Dependabot configuration file
-# Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
#
-# Each ecosystem is checked on a scheduled interval defined below.
-# To trigger a check manually, go to https://github.com/nextstrain/augur/network/updates
-# and click "Last checked …" then "Check for updates".
-
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/augur/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
version: 2
updates:
-
- package-ecosystem: "github-actions"
directory: "/"
schedule:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./test-github-actions show
commit 93d3f3211fbbb1479160fc43cb8f7c8062c804ab
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..b11a529
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/test-github-actions/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./hepatitisB show
commit 3c2b570c4e74560cf415acceacaf229aa58bfefc
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..97b2ee6
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/hepatitisB/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./xopen show
commit 147a66b563d072ca09ac26bccd18b647a513aa46
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..7dd567f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/xopen/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./tb show
commit 725d8a0d847a4cc5ada10805dfad71714b03ff44
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..eda3993
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/tb/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./conda show
commit 8b4e6f542db06b78f2753143cd86e40535edac70
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..0c6250e
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/conda/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./private show
commit 19dcefee4d66287f5cf3f7db1558b38b92b4e948
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..764eb19
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/private/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./ingest show
commit 31f3cc4e1160b8e86933e1199a4e82db88d24b47
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..89bd084
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/ingest/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./docker-base show
commit 06c1c57481e230c35cb6797504caa7ba89fbaf3f
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:55:46 2024 -0800
Update Dependabot config to match what we're applying org-wide
As discussed in Slack.¹
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 13c48ee..7f33f20 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,13 +1,16 @@
# Dependabot configuration file
-# Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
#
-# Each ecosystem is checked on a scheduled interval defined below.
-# To trigger a check manually, go to https://github.com/nextstrain/docker-base/network/updates
-# and click "Last checked …" then "Check for updates".
-
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/docker-base/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
version: 2
updates:
-
- package-ecosystem: "github-actions"
directory: "/"
schedule:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./conda-base show
commit 4daa39b62cc9b7e98d2b249921b84ffae3c49438
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..d672939
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/conda-base/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./workflow-asset-summary show
commit 88311666c65bbf18c8999cf8f218281edd12a123
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..61dd61d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/workflow-asset-summary/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./measles show
commit e378918be10ccce495b12a1ee4c08c4aae2bc8b5
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..9627ca9
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/measles/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./zika show
commit 7855ca361d2ee8fe70ce78eb97a13fc0e01d1b68
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e99dfdd
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/zika/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./ncov-ingest show
commit 8810339ff42cc636295458b338c9608248cc4b3e
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..9db559a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/ncov-ingest/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./auspice.us show
commit 1b6c6e51ace6cca5b126434d1d585c530a5cb0b8
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:56:36 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a426d88..3d27202 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,3 +1,14 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/auspice.us/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
version: 2
updates:
- package-ecosystem: "npm"
@@ -6,3 +17,8 @@ updates:
interval: "daily"
allow:
- dependency-name: "auspice"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./ebola show
commit 09d8615f287f12fecf333bb74f12e3b4faeb7834
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5ceb693
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/ebola/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./ncov-clades-schema show
commit de4988897a2c3fe96f2e980bb907770369b260aa
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..7bebb0f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/ncov-clades-schema/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./avian-flu show
commit 666d1276c35709ed0bf4ae437186bb8267b7d90c
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..b60f0da
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/avian-flu/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./nextclade_data show
commit cdcb7f4a070d4497ed739f323e0d845e4afd4ca1
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..c03ee05
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/nextclade_data/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./seasonal-flu show
commit a942e9400b0e479ca2e37d3e9108bf61926220a3
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..51b8e3d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/seasonal-flu/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./docs.nextstrain.org show
commit 65e89400041cc3b556de9c5b1086dca76439498b
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..61c9844
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/docs.nextstrain.org/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./cli show
commit 6da49c54166eb4fa2e19ceaa39fbdc646e18e15b
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..db41955
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/cli/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./dengue show
commit 96de895a8fd01ab372be5853fba5a0004c9b39db
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..ecb8250
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/dengue/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./nextclade show
commit 01124376b32204ef2b7c28f41538d518a2c6a0db
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:57:16 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a689439..b7e6186 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,3 +1,14 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/nextclade/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
version: 2
updates:
- package-ecosystem: "npm"
@@ -6,3 +17,8 @@ updates:
interval: "daily"
allow:
- dependency-name: "auspice"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./.github show
commit 0e1b2dbb9a6e8aba3fb266d673bfeed8e1d838c5
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..af2dde0
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/.github/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./bioconda-utils show
commit c9518b20411be9762eab5f4c9805b1a0f03b8edf
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..bb45e82
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/bioconda-utils/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./lassa show
commit 04a6ee40324fdf4ba66f1e6be3eafa3eae9fad45
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..0ca3f39
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/lassa/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./rsv show
commit feea0918dc285fdac3961cde487600d5ebd4f527
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..20a21ee
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/rsv/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git -C ./ncov show
commit a3f65afc771373b66bdd3dce66ea6e4293130ebf
Author: Thomas Sibley <tsibley@fredhutch.org>
Date: Tue Jan 30 10:51:26 2024 -0800
Automatically check for new GitHub actions versions
Configure Dependabot to do this for us,¹ as discussed in Slack.²
Co-authored-by: Victor Lin <13424970+victorlin@users.noreply.github.com>
¹ <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
² <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1706611647288939>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..2c983b7
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+# Dependabot configuration file
+# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file>
+#
+# Each ecosystem is checked on a scheduled interval defined below. To trigger
+# a check manually, go to
+#
+# https://github.com/nextstrain/ncov/network/updates
+#
+# and look for a "Check for updates" button. You may need to click around a
+# bit first.
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment