diff options
author | xuri <xuri.me@gmail.com> | 2022-05-26 00:15:28 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-05-26 00:15:28 +0800 |
commit | 1c167b96a35a58990f777025914283b492d0785f (patch) | |
tree | 9d9aade7ad8da581c220c7fb7806a9f8bf9748b2 /.github/dependabot.yml | |
parent | afb2d27c90130878b82a70b44ccb4e30344cc09e (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.yml | 10 |
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 |