commit | daf8e04ddc5c1ec92aa248efde0e73c9e6c904a0 | [log] [tgz] |
---|---|---|
author | Radek Simko <radek.simko@gmail.com> | Fri Dec 08 19:36:12 2023 +0000 |
committer | GitHub <noreply@github.com> | Fri Dec 08 19:36:12 2023 +0000 |
tree | a55abbdbe2d3e6a79678a95a341a14ea355f92a6 | |
parent | ac10835baa7bd2c9c7a7b245d68b4e752feac850 [diff] |
github: Disable dependabot for GHA (#114)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed17715..eed0ba6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml
@@ -5,8 +5,3 @@ schedule: interval: "daily" labels: ["dependencies"] - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - labels: ["dependencies"]