From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri, 2 Dec 2022 18:41:28 +0000 (-0700) Subject: get dependabot.yaml in correct location (#953) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~1^2~156 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b27c287f01742827f956850559c9e0a0894c83f6;p=gpsbabel.git get dependabot.yaml in correct location (#953) --- diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/dependabot.yaml b/dependabot.yaml deleted file mode 100644 index 5ace4600a..000000000 --- a/dependabot.yaml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly"