diff options
author | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:18:11 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:18:11 -0500 |
commit | 1a8e35ac5f0af7805a2f2d02c17a3cdda908b530 (patch) | |
tree | fe9157d422304928faed68b941e352a8067618be /.github/dependabot.yml | |
parent | 2973950c96b2448bad7e997e2612b81e0e6afcdd (diff) |
Remove Arduino CI actions
Don't need these for the fork
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 10 |
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 |