diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-28 22:47:17 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-28 22:47:17 +0000 |
commit | 1f61fb33b4fdf81468fc3ee356336b832394ce89 (patch) | |
tree | 1b2db90e366aa35244cbefd30550261ec658cc82 | |
parent | 2daad28ab1b5e84c7ea8c9452eeac521f9fa2c9c (diff) | |
parent | 2b094d411218a8ba492b0cdd79eae5df15a548f4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..123014908b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |