summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-05-26 00:15:28 +0800
committerxuri <xuri.me@gmail.com>2022-05-26 00:15:28 +0800
commit1c167b96a35a58990f777025914283b492d0785f (patch)
tree9d9aade7ad8da581c220c7fb7806a9f8bf9748b2 /.github/dependabot.yml
parentafb2d27c90130878b82a70b44ccb4e30344cc09e (diff)
Improves the calculation engine, docs update, and adds the dependabot
- Initialize array formula support for the formula calculation engine - Update example and unit test of `AddPivotTable` - Update the supported hash algorithm of ProtectSheet
Diffstat (limited to '.github/dependabot.yml')
-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 0000000..dfefea1
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly
+- package-ecosystem: gomod
+ directory: /
+ schedule:
+ interval: monthly