diff options
| author | Damian Mendroch | 2025-07-16 17:14:59 +0200 | 
|---|---|---|
| committer | rfjakob | 2025-07-16 17:55:06 +0200 | 
| commit | 9d52f1d9ae60653c3e5a8986b75c73c62acb9ee4 (patch) | |
| tree | e757507a22b80f0c931efb50af929dcd43336015 | |
| parent | c602991f0730f9d94ffed2d1ade89d110cdfcc64 (diff) | |
Added dependabot workflow for action updates
| -rw-r--r-- | .github/dependabot.yml | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bf7c985 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + +  - package-ecosystem: "github-actions" +    directory: "/" +    schedule: +      # Check for updates to GitHub Actions every week +      interval: "weekly" + | 
