diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..120c689 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file diff --git a/.gitignore b/.gitignore index f7347d1..3307b01 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ nimcache *.pdb *.ilk .* + +!.github/ \ No newline at end of file