aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2022-02-22 02:18:11 -0500
committerDavid Madison <dmadison@users.noreply.github.com>2022-02-22 02:18:11 -0500
commit1a8e35ac5f0af7805a2f2d02c17a3cdda908b530 (patch)
treefe9157d422304928faed68b941e352a8067618be /.github/dependabot.yml
parent2973950c96b2448bad7e997e2612b81e0e6afcdd (diff)
Remove Arduino CI actions
Don't need these for the fork
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 03600dd..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-# See: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#about-the-dependabotyml-file
-version: 2
-
-updates:
- # Configure check for outdated GitHub Actions actions in workflows.
- # See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
- - package-ecosystem: github-actions
- directory: / # Check the repository's workflows under /.github/workflows/
- schedule:
- interval: daily