diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-01-02 11:34:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 11:34:04 +0300 |
| commit | 8b3d8ccb47383b737a38218f8cb5da92a4a6a406 (patch) | |
| tree | bb2b42ffc818153fb7861bdf992eaf2463a60cf5 | |
| parent | f8ff2e4e2873f8a906d617fa37c0169497d8e82b (diff) | |
| download | niri-8b3d8ccb47383b737a38218f8cb5da92a4a6a406.tar.gz niri-8b3d8ccb47383b737a38218f8cb5da92a4a6a406.tar.bz2 niri-8b3d8ccb47383b737a38218f8cb5da92a4a6a406.zip | |
Update dependabot.yml
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 055e5197..79a6c371 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "daily" groups: smithay: patterns: @@ -17,6 +17,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" ignore: - dependency-name: "Andrew-Chen-Wang/github-wiki-action" |
