diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-01-02 11:19:06 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-01-02 11:19:20 +0300 |
| commit | cc505ae49f56952da7e6965e03f435cadc89b44c (patch) | |
| tree | c98190b26c9a5e407ac618c833d3f7cbce613a94 | |
| parent | 2f6de136dd0366c2262a9ba01db98323d7a3b57b (diff) | |
| download | niri-cc505ae49f56952da7e6965e03f435cadc89b44c.tar.gz niri-cc505ae49f56952da7e6965e03f435cadc89b44c.tar.bz2 niri-cc505ae49f56952da7e6965e03f435cadc89b44c.zip | |
Delete dependabot.yml
Let's see if re-creating fixes it.
| -rw-r--r-- | .github/dependabot.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 055e5197..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "weekly" - groups: - smithay: - patterns: - - "smithay" - - "smithay-drm-extras" - rust-dependencies: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - ignore: - - dependency-name: "Andrew-Chen-Wang/github-wiki-action" |
