diff --git a/.gitattributes b/.gitattributes index 815228e..9f1dda6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -/.github export-ignore -/.gitignore export-ignore -/.gitattributes export-ignore -/.php-cs-fixer.dist.php export-ignore +/.github export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore +/.php-cs-fixer.dist.php export-ignore diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8ac6b8c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/.gitignore b/.gitignore index 87fe088..ee09a02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,3 @@ -# Ignore Eclipse/Zend Studio project files -/.buildpath -/.project -/.settings - -# Ignore PhpStorm files -/.idea/ - -# Ignore NetBeans files -/nbproject/ - -# Ignore files under Mac -.DS_Store - # Ignore files created by GitLab Actions /.phplint.cache /.phplint-cache