summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2023-06-17 08:23:41 +0200
committerSteve Purcell <steve@sanityinc.com>2023-06-17 08:23:41 +0200
commitd46ca504bdcac6ee76732c81f9f24110d4592d76 (patch)
tree946e3f12e6a4bdbd58d9818cdce2bb380fb43f8a /.github
parentcf46ca5651e56f63cf8d16e7d51e071de51f2b33 (diff)
downloadfork-ledger-d46ca504bdcac6ee76732c81f9f24110d4592d76.tar.gz
fork-ledger-d46ca504bdcac6ee76732c81f9f24110d4592d76.tar.bz2
fork-ledger-d46ca504bdcac6ee76732c81f9f24110d4592d76.zip
Let dependabot help us keep Actions config up to date
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..ba29cb1d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ commit-message:
+ prefix: "chore"
+ include: "scope"